Class CompiledAutomaton

java.lang.Object
org.apache.lucene.util.automaton.CompiledAutomaton

public class CompiledAutomaton extends Object
Immutable class holding compiled details for a given Automaton. The Automaton is deterministic, must not have dead states but is not necessarily minimal.