Package jline.lang.nodes
Class Sink
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.nodes.Node
jline.lang.nodes.Sink
- All Implemented Interfaces:
Serializable,Copyable
An abstraction of the external world jobs in open classes depart to
- See Also:
-
Field Summary
FieldsFields inherited from class jline.lang.nodes.Node
dropStrategy, input, model, nodeIndex, output, server, state, statefulIdx, stationIdx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPrints 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, setKChoicesRouting, setModel, setNodeIdx, setProbRouting, setRLRouting, setRouting, setRouting, setState, setStationIdx
-
Field Details
-
schedStrategy
-
-
Constructor Details
-
Sink
Creates a new sink node where jobs in open classes depart from the network. Configures disabled routing for all job classes.- Parameters:
model- the network model to add this sink to (can be null for standalone creation)name- the name for this sink node
-
-
Method Details
-
printSummary
public void printSummary()Description copied from class:NodePrints a summary of this node's configuration to the console.- Overrides:
printSummaryin classNode
-