Package | Description |
---|---|
info.bioinfweb.libralign.model.factory |
Contains factory classes to create instances of implementations of
AlignmentModel . |
info.bioinfweb.libralign.model.factory.continuous |
Contains factories for alignment models that work with continuous values (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
BioPolymerCharAlignmentModelFactory
Creates instances of
PackedAlignmentModel using a CharacterTokenSet for
nucleotide or amino acid data. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleAlignmentModelFactory
Factory that creates
ArrayListAlignmentModel s with Double values as tokens. |
class |
FloatAlignmentModelFactory
Factory that creates
ArrayListAlignmentModel s with Float values as tokens. |