Package | Description |
---|---|
info.bioinfweb.libralign.model.implementations |
Contains common implementations of
AlignmentModel
which are part of LibrAlign. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListAlignmentModel<T>
An abstract implementation of
AlignmentModel using a map of lists to store alignment data. |
class |
AbstractUnmodifyableAlignmentModel<S,T>
Implements basic functionality for a map based alignment model that uses unmodifiable sequence
objects as its underlying data source.
|
class |
ArrayListAlignmentModel<T>
An implementation of
AlignmentModel using a map of array lists to store
alignment data. |
class |
BioJava3SequenceAlignmentModel<S extends org.biojava3.core.sequence.template.Sequence<C>,C extends org.biojava3.core.sequence.template.Compound>
/**
An implementation of
AlignmentModel backed by a set of BioJava Sequence implementations. |
class |
CharSequenceAlignmentModel
An implementation of
AlignmentModel backed by a set of CharSequence implementations
(e.g. |
class |
PackedAlignmentModel<T>
An alignment model using a
PackedObjectArrayList as the underlying data source. |