Package | Description |
---|---|
info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
info.bioinfweb.libralign.model.data | |
info.bioinfweb.libralign.model.io | |
info.bioinfweb.libralign.pherogram.model |
Contains
PherogramProvider and its implementations. |
info.bioinfweb.libralign.pherogram.provider |
Contains
PherogramProvider and its implementations. |
Modifier and Type | Class and Description |
---|---|
class |
CharSetDataModel
The data model for a
CharSetArea . |
Modifier and Type | Interface and Description |
---|---|
interface |
DataModelFactory<M extends DataModel> |
class |
NoArgDataModelFactory<M extends DataModel>
Default data model factory implementation that is able to create instances of all data model
classes that offer a constructor with no arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataModelEventReader<M extends DataModel>
Implements shared functionality for all classes reading data from JPhyloIO events into
implementations of
DataModel . |
interface |
DataModelEventReader<M extends DataModel>
Interface to be implemented by all readers that process JPhyloIO events to read data to be stored in
implementations of
DataModel . |
Modifier and Type | Class and Description |
---|---|
class |
PherogramAreaModel
The data area model of a
PherogramArea containing the pherogram source, as well as cut positions,
the column where the pherogram is attached to the editable sequence and pherogram distortion information. |
Modifier and Type | Interface and Description |
---|---|
interface |
PherogramProvider
Interface that should be implemented by all classes providing pherogram data.
|
Modifier and Type | Class and Description |
---|---|
class |
BioJavaPherogramProvider
Adapter class that provides the contents of any implementation of
Chromatogram from BioJava 1
as a PherogramProvider . |
class |
ReverseComplementPherogramProvider
Pherogram model that allows to view another model instance reverse complemented.
|