Package examples.hospitalward
Class HospitalWard.OpPatient
- java.lang.Object
-
- jsl.modeling.queue.QObject
-
- examples.hospitalward.HospitalWard.OpPatient
-
- All Implemented Interfaces:
java.lang.Comparable<QObject>
,GetNameIfc
- Enclosing class:
- HospitalWard
protected class HospitalWard.OpPatient 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 GetValueIfc
getOperationTime()
GetValueIfc
getPostOperationTime()
GetValueIfc
getPreOperationTime()
-
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
-
-
-
-
Method Detail
-
getPreOperationTime
public GetValueIfc getPreOperationTime()
-
getOperationTime
public GetValueIfc getOperationTime()
-
getPostOperationTime
public GetValueIfc getPostOperationTime()
-
-