public interface PhylogenyData
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
asSimpleText() |
StringBuffer |
asText() |
PhylogenyData |
copy()
Creates a new PhylogenyData object with identical values as this
PhylogenyData.
|
boolean |
isEqual(PhylogenyData data)
Compares this PhylogenyData to PhylogenyData data.
|
StringBuffer |
toNHX() |
void |
toPhyloXML(Writer writer,
int level,
String indentation)
Writes a phyloXML representation of this phylogeny data.
|
StringBuffer asSimpleText()
StringBuffer asText()
PhylogenyData copy()
boolean isEqual(PhylogenyData data)
PhylogenyData - the PhylogenyData to compare toStringBuffer toNHX()
void toPhyloXML(Writer writer, int level, String indentation) throws IOException
writer - level - indentation - IOExceptionCopyright © 2016. All rights reserved.