Class | Description |
---|---|
AbstractAlignmentModelDecorator<T,U> |
Basic implementation of
AlignmentModelView which stores the underlying model
in a property and delegates sequence specific methods (which are independent of the token
type) to the underlying model. |
AbstractTokenReplacementAlignmentModelDecorator<T,U> |
Abstract base class for implementations of
AlignmentModelView that simply replace a set
of tokens by other tokens of the same type. |
DNAAlignmentModelDecorator<T,U> |
Shows the underlying nucleotide data source as a DNA sequence, i.e.
|
RNAAlignmentModelDecorator<T,U> |
Shows the underlying nucleotide data source as a RNA sequence, i.e.
|