Package examples.hospitalward
Class HospitalWard.NoOpPatient
- java.lang.Object
-
- jsl.modeling.queue.QObject
-
- examples.hospitalward.HospitalWard.NoOpPatient
-
- All Implemented Interfaces:
java.lang.Comparable<QObject>
,GetNameIfc
- Enclosing class:
- HospitalWard
protected class HospitalWard.NoOpPatient extends QObject
-
-
Field Summary
-
Fields inherited from class jsl.modeling.queue.QObject
myTimeStamp, myValue
-
-
Constructor Summary
Constructors Constructor Description NoOpPatient(double creationTime)
NoOpPatient(double creationTime, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetValueIfc
getHospitalStayTime()
-
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
-
getHospitalStayTime
public GetValueIfc getHospitalStayTime()
-
-