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