Class and Description |
---|
State
Base class for all SMC-generated context states.
|
State7
A single state class is used for generated Java code which
implements the FSM as a method handle table.
|
StateUndefinedException
A
StateUndefinedException is thrown by
an SMC-generated state machine whenever a transition is taken
and there is no state currently set. |
TransitionHandle
Encapsulates a
transition method handle ,
tracking whether the transition is a Default or not. |
Copyright © 2020. All rights reserved.