Class Annotation

java.lang.Object
org.forester.phylogeny.data.Annotation
All Implemented Interfaces:
Comparable<Annotation>, MultipleUris, PhylogenyData

public class Annotation extends Object implements PhylogenyData, MultipleUris, Comparable<Annotation>
  • Constructor Details

    • Annotation

      public Annotation()
    • Annotation

      public Annotation(String ref)
    • Annotation

      public Annotation(String ref_source, String ref_value)
  • Method Details