JPhyloIOFormatInfo and related classes that describe a format supported by JPhyloIO.See: Description
| Interface | Description |
|---|---|
| JPhyloIOFormatInfo |
Classes implementing this interface provide information about a phylogenetic file format that is supported by JPhyloIO.
|
| Class | Description |
|---|---|
| DefaultFormatInfo |
Default implementation of
JPhyloIOFormatInfo. |
| MetadataModeling |
Instances of this class describe which metadata can be nested under a certain content type in a certain format and are returned by
JPhyloIOFormatInfo.getMetadataModeling(info.bioinfweb.jphyloio.events.type.EventContentType, boolean). |
| Enum | Description |
|---|---|
| MetadataTopologyType |
Enumerates possible combinations of meta events to be nested between start and end events of other content types.
|
JPhyloIOFormatInfo and related classes that describe a format supported by JPhyloIO.