Package jsl.modeling.resource
Class InactivePeriodNotice.InactivePeriodNoticeState
- java.lang.Object
-
- jsl.modeling.resource.InactivePeriodNotice.InactivePeriodNoticeState
-
- Direct Known Subclasses:
InactivePeriodNotice.ActiveState
,InactivePeriodNotice.CanceledState
,InactivePeriodNotice.CompletedState
,InactivePeriodNotice.CreatedState
,InactivePeriodNotice.DelayedState
- Enclosing class:
- InactivePeriodNotice
protected class InactivePeriodNotice.InactivePeriodNoticeState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
myName
-
Constructor Summary
Constructors Modifier Constructor Description protected
InactivePeriodNoticeState(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate()
protected void
cancel()
protected void
complete()
protected void
delay()
-