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 Summary
Modifier 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
-
getEndStates
public com.google.common.collect.ImmutableSet<org.apache.calcite.runtime.DeterministicAutomaton.MultiState> getEndStates() -
getTransitions
public com.google.common.collect.ImmutableList<org.apache.calcite.runtime.DeterministicAutomaton.Transition> getTransitions()
-