Class | Description |
---|---|
Algebra<E> |
An algebra over some domain E of values.
|
BinarizingAlgebra<E> |
An algebra with binarizing terms.
|
BinarizingTagTreeAlgebra |
A
BinarizingAlgebra whose underlying algebra is a TagTreeAlgebra . |
BinarizingTagTreeWithAritiesAlgebra |
This class behaves like a BinarizingTagTreeAlgebra, but an underlying TagTreeWithAritiesAlgebra.
|
BinarizingTreeAlgebra |
A
BinarizingAlgebra that interprets values
over a TreeAlgebra . |
BinarizingTreeWithAritiesAlgebra |
A
BinarizingAlgebra that interprets its values
over a TreeWithAritiesAlgebra . |
EvaluatingAlgebra<E> |
An algebra over a domain E that is defined by specifying
the interpretation of the individual symbols.
|
SetAlgebra |
An algebra of sets.
|
SetParser |
Parser for sets of strings and sets of tuples of strings,
e.g.
|
StringAlgebra |
The binary string algebra.
|
StringAlgebra.Span |
This class is used to represent a sub-span of an input string via its beginning
and end index.
|
TagStringAlgebra |
A string algebra for TAG.
|
TagTreeAlgebra |
An algebra for TAG derived trees.
|
TagTreeWithAritiesAlgebra |
Extends the TagTreeAlgebra with arity annotation.
|
TreeAlgebra |
The tree algebra.
|
TreeWithAritiesAlgebra |
A tree algebra in which the operation symbols are marked with their arities.
|
WideStringAlgebra |
A string algebra with concatenation of arbitrary width.
|
Enum | Description |
---|---|
TagStringAlgebra.Operation |
This enumerable represents the different operations used by the algebra.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
ParserException |
An exception that indicates that a string representation
could not successfully be resolved into an object of the
algebra.
|
SetAlgebra.NoModelException |
Copyright © 2017. All rights reserved.