Package | Description |
---|---|
info.bioinfweb.libralign.model.implementations |
Contains common implementations of
AlignmentModel
which are part of LibrAlign. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayListAlignmentModel<T>
An implementation of
AlignmentModel using a map of array lists to store
alignment data. |
class |
PackedAlignmentModel<T>
An alignment model using a
PackedObjectArrayList as the underlying data source. |