Class AbstractTerm

java.lang.Object
org.biojava.nbio.ontology.AbstractTerm
All Implemented Interfaces:
Term, Annotatable
Direct Known Subclasses:
RemoteTerm.Impl, Term.Impl

public abstract class AbstractTerm extends Object implements Term
Abstract implementation of term This provides basic change-forwarding functionality from the annotation and ontology properties.
Since:
1.4
Author:
Thomas Down
  • Field Details

    • description

      protected String description
  • Constructor Details

    • AbstractTerm

      public AbstractTerm()
  • Method Details

    • setDescription

      public void setDescription(String description)
      Description copied from interface: Term
      set the description of the term;
      Specified by:
      setDescription in interface Term