Class StateMachine.TransitionTable

  • Enclosing class:
    StateMachine

    public class StateMachine.TransitionTable
    extends Object
    Table of Transition destination States and their corresponding Tags.

    Note that you can chain a series of these Transition tables and the lookup will proceed along the chain until it succeeds.