Class AbstractTerm

  • All Implemented Interfaces:
    Term, Annotatable
    Direct Known Subclasses:
    RemoteTerm.Impl, Term.Impl

    public abstract class AbstractTerm
    extends java.lang.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 Detail

      • description

        protected java.lang.String description
    • Constructor Detail

      • AbstractTerm

        public AbstractTerm()
    • Method Detail

      • setDescription

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