| Interface | Description |
|---|---|
| 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. |
| Class | Description |
|---|---|
| AbstractDataModelEventReader<M extends DataModel> |
Implements shared functionality for all classes reading data from JPhyloIO events into
implementations of
DataModel. |
| AlignmentDataReader |
Reads the contents of
AlignmentModels and DataModels from a stream of JPhyloIO events. |
| AlignmentModelDataAdapter<T> |
An JPhyloIO data adapter that allows writing the contents of an implementation of
AlignmentModel
to an implementation of JPhyloIOEventWriter. |
| AlignmentModelEventReader |
Reads alignment models from a JPhyloIO event stream.
|
| DataModelKey |
Stores information to access a data model that has been read from a data source (e.g.
|
| IOTools |
Collection of convenience methods for reading and writing contents of
AlignmentModels to file
formats supported by JPhyloIO. |
| TokenSetAdapter<T> |