ContainerNode

constructor(label: String, incoming: List<InputChannel<*, *>>, outgoing: List<OutputChannel<*, *>>)

Parameters

T

the type of entities held

label

the name of this node

incoming

the list of input channels

outgoing

the list of output channels