Package | Description |
---|---|
org.opentripplanner.routing.automata |
Modifier and Type | Class and Description |
---|---|
class |
DFA
A deterministic finite automaton, with a transition table for fast incremental parsing.
|
Modifier and Type | Method and Description |
---|---|
NFA |
NFA.reverse() |
NFA |
Nonterminal.toNFA() |
Constructor and Description |
---|
DFA(NFA nfa)
Build a deterministic finite automaton from an existing, potentially nondeterministic one.
|
Copyright © 2015. All rights reserved.