Class FiniteAutomaton.Automaton.Step<E>

java.lang.Object
edu.washington.cs.knowitall.regex.FiniteAutomaton.Automaton.Step<E>
Type Parameters:
E -
Enclosing class:
FiniteAutomaton.Automaton<E>

private static class FiniteAutomaton.Automaton.Step<E> extends 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.