| Package | Description |
|---|---|
| info.bioinfweb.libralign.dataarea.implementations.charset |
Contains data area related classes to display character sets of an alignment.
|
| info.bioinfweb.libralign.model.io |
| Modifier and Type | Class and Description |
|---|---|
class |
CharSetEventReader
Reads
CharacterSetEvents from JPhyloIO into instances of CharSetDataModel. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlignmentDataReader.addDataModelReader(DataModelEventReader<?> reader)
Adds the specified data model reader to this instance, if it is not already present.
|
boolean |
AlignmentDataReader.removeDataModelReader(DataModelEventReader<?> reader)
Removes the specified data model reader from this instance.
|