Package jline.lang.nodes
Class Delay
- All Implemented Interfaces:
Serializable
An infinite server station, i.e. a node imposing a delay without queueing to an incoming job
- See Also:
-
Field Summary
Fields inherited from class jline.lang.nodes.ServiceStation
serviceProcesses
Fields inherited from class jline.lang.nodes.Station
cap, classCap, dropRule, lcdScaling, lldScaling, numberOfServers, schedPolicy, schedStrategy, schedStrategyPar
Fields inherited from class jline.lang.nodes.Node
dropStrategy, input, model, nodeIndex, output, server, statefulIdx, stationIdx
Fields inherited from class jline.lang.NetworkElement
name
-
Constructor Summary
-
Method Summary
Methods inherited from class jline.lang.nodes.Queue
containsJobClass, getSchedPolicy, getSchedStrategy, getSchedStrategyPar, getService, printSummary, setClassDependence, setLoadDependence, setNumberOfServers, setSchedStrategyPar
Methods inherited from class jline.lang.nodes.ServiceStation
getServiceProcess, setService, setService
Methods inherited from class jline.lang.nodes.Station
getCap, getClassCap, getDropRule, getLimitedClassDependence, getLimitedLoadDependence, getNumberOfServers, getServiceRates, getSourceRates, isReferenceStation, isServiceDefined, isServiceDefined, isServiceDisabled, isServiceDisabled, setCap, setChainCapacity, setClassCap, setDropRule, setLimitedClassDependence, setLimitedLoadDependence
Methods inherited from class jline.lang.nodes.StatefulNode
clearState, getState, getStatefulIndex, getStatePrior, setState, setStatePrior
Methods inherited from class jline.lang.nodes.Node
getAttribute, getDropStrategy, getInput, getModel, getNodeIdx, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getStatefulIdx, getStationIdx, isStateful, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setStationIdx
Methods inherited from class jline.lang.NetworkElement
getName
-
Constructor Details
-
Delay
-