public abstract class Gate<Incoming,Outgoing> extends Duct<Incoming,Outgoing>
Modifier and Type | Field and Description |
---|---|
protected Duct[] |
allPrevious |
Constructor and Description |
---|
Gate() |
Modifier and Type | Method and Description |
---|---|
void |
bind(StreamGraph streamGraph) |
protected Duct[] |
getAllPreviousFor(StreamGraph streamGraph)
the actual previous in this context, not necessarily the declared previous
|
cleanup, complete, getNext, getNextFor, initialize, prepare, receive, receiveFirst, start, toString
protected Duct[] allPrevious
public void bind(StreamGraph streamGraph)
protected Duct[] getAllPreviousFor(StreamGraph streamGraph)
streamGraph
- of type StreamGraph