IdentityEdge

class IdentityEdge<A> : DefaultEdge, DataFlowEdge<A>

An edge that passes values through unmodified.

Constructors

IdentityEdge
Link copied to clipboard
fun IdentityEdge()

Functions

clone
Link copied to clipboard
open override fun clone(): Any
getSource
Link copied to clipboard
open fun getSource(): Any
getTarget
Link copied to clipboard
open fun getTarget(): Any
propagate
Link copied to clipboard
open override fun propagate(input: A): A

Apply this function to the value incoming from the source node before passing it onto the destination node.

toString
Link copied to clipboard
open override fun toString(): String

Properties

source
Link copied to clipboard
val source: Any
target
Link copied to clipboard
val target: Any