Package jline.lang.nodes
Class Sink
-
- All Implemented Interfaces:
-
java.io.Serializable,jline.lang.Copyable
public class Sink extends Node implements Serializable
An abstraction of the external world jobs in open classes depart to
-
-
Field Summary
Fields Modifier and Type Field Description protected SchedStrategyschedStrategypublic final NodeAttributeattributepublic Networkmodelprotected InputSectioninputprotected OutputSectionoutputprotected ServiceSectionserverprotected DropStrategydropStrategyprotected intstatefulIdxprotected intnodeIndexprotected intstationIdxprotected Matrixstateprotected Stringname
-
Method Summary
Modifier and Type Method Description voidprintSummary()Prints a summary of this node's configuration to the console. -
Methods inherited from class jline.lang.nodes.Node
getAttribute, getCap, getClassCap, getDropStrategy, getInput, getModel, getNodeIndex, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getState, getStatefulIdx, getStationIdx, isReferenceStation, isStateful, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setState, setStationIdx -
Methods inherited from class jline.lang.Element
getName, setName -
Methods inherited from class jline.lang.Copyable
copy -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
printSummary
void printSummary()
Prints a summary of this node's configuration to the console.
-
-
-
-