Package jline.lang.nodes
Class Place
- All Implemented Interfaces:
Serializable
A queueing station within a Network model
- 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 TypeMethodDescriptionvoid
setClassCapacity
(JobClass jobclass, int capacity) void
setSchedStrategy
(JobClass jobClass, SchedStrategy strategy) 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
-
schedStrategies
-
-
Constructor Details
-
Place
-
Place
-
-
Method Details
-
setClassCapacity
-
setSchedStrategy
-