See: Description
Interface | Description |
---|---|
Value |
This represents a single value for a keyword in a given node.
|
Class | Description |
---|---|
AbstractValue |
This is a convenience implementation of the Value interface.
|
Alphabet |
An alphabet is an ordered set of arbitrary symbols.
|
IndexingScheme |
This serves as an abstract superclass for classes that define an indexing
scheme for keywords.
|
KeywordSpecification |
This specifies a keyword via its name and the type of its values.
|
Node |
This is a node in a Sequence storing values for the keywords defined in the
sequence.
|
NodeSpecification |
This specifies the contents of the nodes in a given sequence.
|
Sequence |
Usually a sequence for alignments is defined as a sequence of symbols.
|
StringKeywordSpecification |
This specifies String keywords which are not especially restricted.
|
StringValue |
This value is supposed to represent strings that are not restricted to a
certain alphabet.
|
SymbolicKeywordSpecification |
This specifies symbolic keywords by their alphabet.
|
SymbolicValue |
This is a special value class that is restricted to a finite list of values
defined by an alphabet.
|
VectorialKeywordSpecification |
This specifies vectors by their length.
|
VectorialValue |
This value is reserved for numeric vectors, represented internally as
doubles.
|
Enum | Description |
---|---|
ValueType |
This defines all possible types of values.
|
Copyright © 2014. All rights reserved.