Class SubFSMTransition<E>

  • Type Parameters:
    E - The type of events the FSM processes.

    public class SubFSMTransition<E>
    extends Transition<E>
    A transition that refers to another FSM. Entering this transition starts the underlying sub-FSM. To leave the transition, the sub-FSM must end.