public class DeterministicAutomaton extends Object
It is constructed from a
nondeterministic finite state automaton (NFA).
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<org.apache.calcite.runtime.DeterministicAutomaton.MultiState> |
getEndStates() |
com.google.common.collect.ImmutableList<org.apache.calcite.runtime.DeterministicAutomaton.Transition> |
getTransitions() |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.