Package jline.lang.nodes
Class ServiceNode
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.nodes.Node
jline.lang.nodes.ServiceNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Transition
A station with a service process
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected SchedStrategyType
protected SchedStrategy
protected List<ServiceBinding>
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.Node
getAttribute, getCap, getClassCap, getDropStrategy, getInput, getModel, getNodeIdx, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getStatefulIdx, getStationIdx, isReferenceStation, isStateful, printSummary, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setStationIdx
Methods inherited from class jline.lang.NetworkElement
getName
-
Field Details
-
serviceProcesses
-
schedStrategy
-
schedPolicy
-
schedStrategyPar
-
-
Constructor Details
-
ServiceNode
-
-
Method Details
-
getSchedStrategy
-
getServiceProcess
-
setService
-
setService
-