Package jsl.modeling.resource
Class ResourceUnit.Idle
- java.lang.Object
-
- jsl.simulation.State
-
- jsl.modeling.resource.ResourceUnit.ResourceState
-
- jsl.modeling.resource.ResourceUnit.Idle
-
- All Implemented Interfaces:
StateAccessorIfc
,GetNameIfc
,IdentityIfc
- Enclosing class:
- ResourceUnit
protected class ResourceUnit.Idle extends ResourceUnit.ResourceState
-
-
Field Summary
-
Fields inherited from class jsl.simulation.State
myCollectSojournStatisticsFlag, myEnteredTime, myExitedTime, myInStateIndicator, myName, myNumTimesEntered, myNumTimesExited, myStatistic, myTimeFirstEntered, myTotalStateTime
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Idle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fail(FailureNotice failure)
protected void
inactivate(InactivePeriodNotice notice)
protected void
seize(Request request)
-
Methods inherited from class jsl.modeling.resource.ResourceUnit.ResourceState
activate, cancel, completeRequest, endFailure, release, toString
-
Methods inherited from class jsl.simulation.State
enter, exit, getId, getName, getNumber, getNumberOfTimesEntered, getNumberOfTimesExited, getSojournTimeCollectionFlag, getSojournTimeStatistic, getTimeFirstEntered, getTimeStateEntered, getTimeStateExited, getTotalTimeInState, initialize, isEntered, onEnter, onExit, resetSojournTimeStatistics, resetStateCollection, setName, turnOffSojournTimeCollection, turnOnSojournTimeCollection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jsl.simulation.StateAccessorIfc
getTimeInState
-
-
-
-
Method Detail
-
seize
protected void seize(Request request)
- Overrides:
seize
in classResourceUnit.ResourceState
-
fail
protected void fail(FailureNotice failure)
- Overrides:
fail
in classResourceUnit.ResourceState
-
inactivate
protected void inactivate(InactivePeriodNotice notice)
- Overrides:
inactivate
in classResourceUnit.ResourceState
-
-