Package examples.jobshop
Class JobGenerator.Job
- java.lang.Object
-
- jsl.modeling.queue.QObject
-
- examples.jobshop.JobGenerator.Job
-
- All Implemented Interfaces:
java.lang.Comparable<QObject>
,GetNameIfc
- Enclosing class:
- JobGenerator
public class JobGenerator.Job extends QObject
-
-
Field Summary
-
Fields inherited from class jsl.modeling.queue.QObject
myTimeStamp, myValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doNextJobStep()
double
getServiceTime()
-
Methods inherited from class jsl.modeling.queue.QObject
compareTo, enterQueue, exitQueue, getAttachedObject, getCreateTime, getId, getName, getPriority, getQueue, getQueuedState, getTimeEnteredQueue, getTimeExitedQueue, getTimeInQueue, getTimeStamp, getValueObject, initialize, isQueued, nullify, setAttachedObject, setName, setNulls, setPriority, setPriority_, setQueue, setTimeStamp, setValueObject, toString
-
-