Package jline.lang.nodes
Class ServiceStation
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.nodes.Node
jline.lang.nodes.StatefulNode
jline.lang.nodes.Station
jline.lang.nodes.ServiceStation
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Queue
A station with a service process
- See Also:
-
Field Summary
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
Modifier and TypeMethodDescriptiongetServiceProcess
(JobClass jobClass) void
setService
(JobClass jobClass, Distribution distribution) void
setService
(JobClass jobClass, Distribution distribution, double weight) Methods inherited from class jline.lang.nodes.Station
getCap, getClassCap, getDropRule, getLimitedClassDependence, getLimitedLoadDependence, getNumberOfServers, getSchedStrategy, getServiceRates, getSourceRates, isReferenceStation, isServiceDefined, isServiceDefined, isServiceDisabled, isServiceDisabled, setCap, setChainCapacity, setClassCap, setDropRule, setLimitedClassDependence, setLimitedLoadDependence, setNumberOfServers
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, printSummary, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setStationIdx
Methods inherited from class jline.lang.NetworkElement
getName
-
Field Details
-
serviceProcesses
-
-
Constructor Details
-
ServiceStation
-
-
Method Details
-
getServiceProcess
-
setService
-
setService
-