public interface ExecutionContext
FiniteStateMachine,
 typically to aid in runtime decision making for actions
 (eg: TransitionActions, StateEntryActions and/or
 StateExitActions) and Events.| Modifier and Type | Method and 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.FiniteStateMachinelong getTransitionCount()
FiniteStateMachine thus far.FiniteStateMachine