Package jline.lang
Class SelfLoopingClass
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.JobClass
jline.lang.ClosedClass
jline.lang.SelfLoopingClass
- All Implemented Interfaces:
Serializable
Class of jobs that perpetually loop at a given station
- See Also:
-
Field Summary
Fields inherited from class jline.lang.ClosedClass
classIndex, model, population
Fields inherited from class jline.lang.JobClass
completes, index, isrefclass, priority, refstat, type
Fields inherited from class jline.lang.NetworkElement
name
-
Constructor Summary
ConstructorDescriptionSelfLoopingClass
(Network model, String name, long njobs, Station refstat) SelfLoopingClass
(Network model, String name, long njobs, Station refstat, int priority) -
Method Summary
Methods inherited from class jline.lang.ClosedClass
getJobClassIdx, getNumberOfJobs, getPopulation, getReferenceStation, printSummary, setPopulation
Methods inherited from class jline.lang.JobClass
getAttribute, getCompletes, getIndex, getJobClassType, getPriority, isReferenceClass, isReferenceStation, setAttribute, setCompletes, setPriority, setReferenceClass, setReferenceStation
Methods inherited from class jline.lang.NetworkElement
getName
-
Constructor Details
-
SelfLoopingClass
-
SelfLoopingClass
-