public interface JPhyloIOFormatSpecificObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormatID()
Returns a string ID uniquely identifying the target format of this instance.
|
java.lang.String getFormatID()
JPhyloIOReaderWriterFactory.getFormatInfo(String)
.
Third party developers that create readers or writers for additional formats must make sure to use a globally unique
format ID. It is strongly recommended to use owned reverse domain names for this (e.g.
org.example.additionalformat
).
JPhyloIOReaderWriterFactory.getFormatInfo(String)