| 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
ArrayListAlignmentModels with Double values as tokens. |
class |
FloatAlignmentModelFactory
Factory that creates
ArrayListAlignmentModels with Float values as tokens. |