public interface ExecutionContext
FiniteStateMachine
,
typically to aid in runtime decision making for actions
(eg: TransitionAction
s, StateEntryAction
s and/or
StateExitAction
s) and Event
s.Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Obtains the name of the
FiniteStateMachine that produced the
ExecutionContext . |
long |
getTransitionCount() |
Obtains the number of successful transitions that have occurred on the
FiniteStateMachine thus far. |
String getName()
FiniteStateMachine
that produced the
ExecutionContext
.FiniteStateMachine
long getTransitionCount()
FiniteStateMachine
thus far.FiniteStateMachine