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 SchedStrategy
schedStrategy
public final NodeAttribute
attribute
public Network
model
protected InputSection
input
protected OutputSection
output
protected ServiceSection
server
protected DropStrategy
dropStrategy
protected int
statefulIdx
protected int
nodeIndex
protected int
stationIdx
protected Matrix
state
protected String
name
-
Method Summary
Modifier and Type Method Description void
printSummary()
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.
-
-
-
-