| Interface | Description |
|---|---|
| GenericCondensedIntersectionAutomaton.IntersectionCall | |
| NonCondensedIntersectionAutomaton.IntersectionCall |
| Class | Description |
|---|---|
| ConcatenatedIterable<E> | |
| ConcreteCondensedTreeAutomaton<State> |
This is an extension of CondensedTreeAutomaton for which all rules can and must
be added externally and are then stored explicitly for quick access.
|
| CondensedBottomUpIntersectionAutomaton<LeftState,RightState> |
This automaton represents the intersection of two tree automaton, at least one
of which is a condensed tree automaton.
|
| CondensedIntersectionAutomaton<LeftState,RightState> |
Intersecting two automatons using a CKY-algorithm.
|
| CondensedNondeletingInverseHomAutomaton<State> |
A tree automaton that describes the homomorphic pre-image of the language of
another tree automaton.
|
| CondensedRule | |
| CondensedRuleTrie |
A recursively defined Trie for CondensedRules
|
| CondensedTreeAutomaton<State> | |
| CondensedTreeAutomatonParser |
Parser for bottom-up automata
|
| CondensedViterbiIntersectionAutomaton<LeftState,RightState> |
Intersecting two automatons, but saving only the one best path.
|
| GenericCondensedIntersectionAutomaton<LeftState,RightState> |
Computes an automaton for the intersection of an ordinary
TreeAutomaton (left) and a CondensedTreeAutomaton (right). |
| NonCondensedIntersectionAutomaton<LeftState,RightState> |
A variant of
GenericCondensedIntersectionAutomaton that expands each
condensed rule into the individual ordinary rules it represents. |
| PatternMatchingInvhomAutomatonFactory<MatcherState,State> |
Produces pattern matcher automata to compute the inverse of decomposition
automata under homomorphism.
|
| PMFactoryRestrictive<State> |
Produces pattern matcher automata to compute the inverse of decomposition
automata under homomorphism.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
CondensedTreeAutomatonCopyright © 2017. All rights reserved.