Package jline.lang.nodes
Class Source
- All Implemented Interfaces:
Serializable
An abstraction of the external world jobs in open classes come from
- See Also:
-
Field Summary
Fields inherited from class jline.lang.nodes.Station
cap, classCap, dropRule, lcdScaling, lldScaling, numberOfServers, schedPolicy, 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 TypeMethodDescriptionboolean
containsJobClass
(JobClass jobClass) getArrivalDistribution
(JobClass jobClass) final Distribution
getArrivalProcess
(JobClass jobClass) void
protected void
removeArrivalProcess
(JobClass jobClass) void
setArrival
(JobClass jobClass, Distribution distribution) void
setArrivalProcess
(ServiceBinding arrivalProcess) 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, 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, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setStationIdx
Methods inherited from class jline.lang.NetworkElement
getName
-
Field Details
-
arrivalProcess
-
schedStrategy
-
-
Constructor Details
-
Source
-
-
Method Details
-
setArrival
-
removeArrivalProcess
-
setArrivalProcess
-
getArrivalProcess
-
getArrivalDistribution
-
containsJobClass
-
printSummary
public void printSummary()- Overrides:
printSummary
in classNode
-
getSchedStrategy
- Overrides:
getSchedStrategy
in classStation
-