|
| class | ArcFactoredDeterministicZAutomaton |
| | Deterministic Z-Automaton in Arc-Factored Normal Form. Computation model for unranked regular tree languages. More...
|
| |
| class | ArcFactoredNondeterministicZAutomaton |
| | Nondeterministic Z-Automaton in Arc-Factored Normal Form. Computation model for unranked regular tree languages. More...
|
| |
| class | AutomatonException |
| |
| class | AutomatonFromStringLexer |
| |
| struct | AutomatonFromStringParserCommon |
| |
| class | AutomatonFromXMLParser |
| |
| class | AutomatonNormalize |
| |
| struct | AutomatonToStringComposerCommon |
| |
| class | AutomatonToXMLComposer |
| |
| class | CompactDFA |
| | Compact deterministic finite automaton. Accepts regular languages. The automaton has a list of symbols on transitions. More...
|
| |
| class | CompactNFA |
| | Compact nondeterministic finite automaton. Accepts regular languages. The automaton has a list of symbols on transitions. More...
|
| |
| class | DFA |
| | Deterministic finite automaton. Accepts regular languages. More...
|
| |
| class | DFTA |
| | Nondeterministic finite tree automaton without epsilon transitions. Accepts regular tree languages. More...
|
| |
| class | DPDA |
| | Deterministic pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | EpsilonNFA |
| | Epsilon nondeterministic finite automaton. Accepts regular languages. More...
|
| |
| class | EpsilonNFTA |
| | Epsilon nondeterministic finite tree automaton. Accepts regular tree languages. More...
|
| |
| class | ExtendedNFA |
| | Extended nondeterministic finite automaton. Accepts regular languages. The automaton has a regular expression on transitions. More...
|
| |
| class | ExtendedNFTA |
| | Nondeterministic finite tree automaton without epsilon transitions. Accepts regular tree languages. More...
|
| |
| class | InputDrivenDPDA |
| | Deterministic input driven pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | InputDrivenNPDA |
| | Nondeterministic input driven pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | isAFDZA_impl |
| |
| class | isAFDZA_impl< ArcFactoredDeterministicZAutomaton< SymbolType, StateType > > |
| |
| class | isAFNZA_impl |
| |
| class | isAFNZA_impl< ArcFactoredNondeterministicZAutomaton< SymbolType, StateType > > |
| |
| class | isCompactDFA_impl |
| |
| class | isCompactDFA_impl< CompactDFA< SymbolType, StateType > > |
| |
| class | isCompactNFA_impl |
| |
| class | isCompactNFA_impl< CompactNFA< SymbolType, StateType > > |
| |
| class | isDFA_impl |
| |
| class | isDFA_impl< DFA< SymbolType, StateType > > |
| |
| class | isDFTA_impl |
| |
| class | isDFTA_impl< DFTA< SymbolType, StateType > > |
| |
| class | isEpsilonNFA_impl |
| |
| class | isEpsilonNFA_impl< EpsilonNFA< SymbolType, StateType > > |
| |
| class | isEpsilonNFTA_impl |
| |
| class | isEpsilonNFTA_impl< EpsilonNFTA< SymbolType, StateType > > |
| |
| class | isExtendedNFA_impl |
| |
| class | isExtendedNFA_impl< ExtendedNFA< SymbolType, StateType > > |
| |
| class | isMultiInitialStateEpsilonNFA_impl |
| |
| class | isMultiInitialStateEpsilonNFA_impl< MultiInitialStateEpsilonNFA< SymbolType, StateType > > |
| |
| class | isMultiInitialStateNFA_impl |
| |
| class | isMultiInitialStateNFA_impl< MultiInitialStateNFA< SymbolType, StateType > > |
| |
| class | isNFA_impl |
| |
| class | isNFA_impl< NFA< SymbolType, StateType > > |
| |
| class | isNFTA_impl |
| |
| class | isNFTA_impl< NFTA< SymbolType, StateType > > |
| |
| class | isUnorderedDFTA_impl |
| |
| class | isUnorderedDFTA_impl< UnorderedDFTA< SymbolType, StateType > > |
| |
| class | isUnorderedNFTA_impl |
| |
| class | isUnorderedNFTA_impl< UnorderedNFTA< SymbolType, StateType > > |
| |
| class | MultiInitialStateEpsilonNFA |
| | Epsilon nondeterministic finite automaton. Accepts regular languages. More...
|
| |
| class | MultiInitialStateNFA |
| | Nondeterministic finite automaton with multiple initial states. Accepts regular languages. More...
|
| |
| class | NFA |
| | Nondeterministic finite automaton. Accepts regular languages. More...
|
| |
| class | NFTA |
| | Nondeterministic finite tree automaton without epsilon transitions. Accepts regular tree languages. More...
|
| |
| class | NondeterministicZAutomaton |
| | Nondeterministic Z-Automaton. Computation model for unranked regular tree languages. More...
|
| |
| class | NPDA |
| |
| class | NPDTA |
| |
| class | OneTapeDTM |
| | Deterministic single tape turing machine. Accepts recursive languages. More...
|
| |
| class | RealTimeHeightDeterministicDPDA |
| | Deterministic real time height deterministic pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | RealTimeHeightDeterministicNPDA |
| | Nondeterministic real time height deterministic pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | SinglePopDPDA |
| | Deterministic pushdown automaton requiring a symbol pop from pushdown store on each transition use. Accepts subset of context free languages. More...
|
| |
| class | SinglePopNPDA |
| |
| class | UnorderedDFTA |
| | Deterministic unordered finite tree automaton without epsilon transitions. Accepts regular tree languages. More...
|
| |
| class | UnorderedNFTA |
| | Nondeterministic unordered finite tree automaton without epsilon transitions. Accepts regular tree languages. More...
|
| |
| class | VisiblyPushdownDPDA |
| | Deterministic visibly pushdown automaton. Accepts subset of context free languages. More...
|
| |
| class | VisiblyPushdownNPDA |
| | Nondeterministic visibly pushdown automaton. Accepts subset of context free languages. More...
|
| |