public class TaggedTimeOut extends TimeOut
armTimer
method in StateMachine.StateMachine.armTimer(String, int, boolean)| Constructor and Description |
|---|
TaggedTimeOut(java.lang.String tag)
Builds a transition triggered by a time out event originated by a tagged timer.
|
TaggedTimeOut(java.lang.String tag,
java.lang.String outState)
Builds a transition triggered by a time out event originated by a tagged timer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.util.EventObject eventObject)
Tests if an event can trigger that transition.
|
getClassEventaction, getEvent, getInputState, getOutputState, guard, manageEventID, oldToString, pickingRequired, setTriggeringEventpublic TaggedTimeOut(java.lang.String tag,
java.lang.String outState)
tag - the tag of the timer.outState - The name of the output statepublic TaggedTimeOut(java.lang.String tag)
tag - the tag of the timer.