Class FiniteAutomaton.Automaton.Step<E>

  • Type Parameters:
    E -
    Enclosing class:
    FiniteAutomaton.Automaton<E>

    private static class FiniteAutomaton.Automaton.Step<E>
    extends java.lang.Object
    A representation of a movement from a state to another, with a backreference to the previous state. This is used in building a match object once a solution has been found.