Package org.apache.calcite.runtime
Class DeterministicAutomaton
java.lang.Object
org.apache.calcite.runtime.DeterministicAutomaton
A deterministic finite automaton (DFA).
 
It is constructed from a
 nondeterministic finite state automaton (NFA).
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<org.apache.calcite.runtime.DeterministicAutomaton.MultiState>com.google.common.collect.ImmutableList<org.apache.calcite.runtime.DeterministicAutomaton.Transition>
- 
Method Details- 
getEndStatespublic com.google.common.collect.ImmutableSet<org.apache.calcite.runtime.DeterministicAutomaton.MultiState> getEndStates()
- 
getTransitionspublic com.google.common.collect.ImmutableList<org.apache.calcite.runtime.DeterministicAutomaton.Transition> getTransitions()
 
-