Package jline.lang.nodes
Class ServiceNode
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.nodes.Node
jline.lang.nodes.StatefulNode
jline.lang.nodes.ServiceNode
- All Implemented Interfaces:
Serializable,Copyable
- Direct Known Subclasses:
Station,Transition
A station with a service process
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SchedStrategyTypeprotected SchedStrategyprotected List<ServiceBinding> Fields inherited from class jline.lang.nodes.Node
dropStrategy, input, model, nodeIndex, output, server, statefulIdx, stationIdx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetSchedStrategyPar(JobClass jobClass) getServiceProcess(JobClass jobClass) voidsetService(JobClass jobClass, Distribution distribution) voidsetService(JobClass jobClass, Distribution distribution, double weight) Methods inherited from class jline.lang.nodes.StatefulNode
clearState, getNumberOfServers, getState, getStatefulIndex, getStatePrior, getStateSpace, resetStateSpace, setState, setState, setStatePrior, setStateSpaceMethods inherited from class jline.lang.nodes.Node
getAttribute, getCap, getClassCap, getDropStrategy, getInput, getModel, getNodeIndex, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getStatefulIdx, getStationIdx, isReferenceStation, isStateful, printSummary, reset, resetRouting, setKChoicesRouting, setModel, setNodeIdx, setProbRouting, setRLRouting, setRouting, setRouting, setStationIdx
-
Field Details
-
serviceProcesses
-
schedStrategy
-
schedPolicy
-
schedStrategyPar
-
-
Constructor Details
-
ServiceNode
-
-
Method Details
-
getSchedStrategy
-
getSchedStrategyPar
-
getServiceProcess
-
setService
-
setService
-