Class PhyloXMLPhylogeny

java.lang.Object
org.episteme.natural.biology.loaders.phyloxml.PhyloXMLPhylogeny

public class PhyloXMLPhylogeny extends Object
Represents a phylogeny in a PhyloXML document.
  • Constructor Details

    • PhyloXMLPhylogeny

      public PhyloXMLPhylogeny()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isRooted

      public boolean isRooted()
    • setRooted

      public void setRooted(boolean rooted)
    • getBranchLengthUnit

      public String getBranchLengthUnit()
    • setBranchLengthUnit

      public void setBranchLengthUnit(String branchLengthUnit)
    • getClade

      public PhyloXMLClade getClade()
    • setRootClade

      public void setRootClade(PhyloXMLClade rootClade)