Class PhyloXMLPhylogeny
java.lang.Object
org.episteme.natural.biology.loaders.phyloxml.PhyloXMLPhylogeny
Represents a phylogeny in a PhyloXML document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClade()getName()booleanisRooted()voidsetBranchLengthUnit(String branchLengthUnit) voidsetDescription(String description) voidvoidsetRootClade(PhyloXMLClade rootClade) voidsetRooted(boolean rooted)
-
Constructor Details
-
PhyloXMLPhylogeny
public PhyloXMLPhylogeny()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
isRooted
public boolean isRooted() -
setRooted
public void setRooted(boolean rooted) -
getBranchLengthUnit
-
setBranchLengthUnit
-
getClade
-
setRootClade
-