Package jline.lang
Class OpenClass
-
- All Implemented Interfaces:
-
java.io.Serializable
,jline.lang.Copyable
public class OpenClass extends JobClass implements Serializable
A class of jobs that arrives from the external world to the Network and, after completion, leaves it
-
-
Method Summary
Modifier and Type Method Description void
printSummary()
Prints a summary of this open class configuration. void
setReferenceStation(Station source)
Sets the reference station for this open class. -
Methods inherited from class jline.lang.JobClass
getAttribute, getCompletes, getIndex, getJobClassType, getNumberOfJobs, getPriority, getReferenceStation, isReferenceClass, isReferenceStation, setAttribute, setCompletes, setPriority, setReferenceClass
-
Methods inherited from class jline.lang.Element
getName, setName
-
Methods inherited from class jline.lang.Copyable
copy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
printSummary
void printSummary()
Prints a summary of this open class configuration.
-
setReferenceStation
void setReferenceStation(Station source)
Sets the reference station for this open class. For open classes, the reference station must be a Source node.
- Parameters:
source
- the source station to use as reference
-
-
-
-