Interface Term

    • Field Detail

      • ONTOLOGY

        static final ChangeType ONTOLOGY
        ChangeType which indicates that this term's ontology has been altered
    • Method Detail

      • getName

        String getName()
        Return the name of this term.
        Returns:
        the name of the term
      • getDescription

        String getDescription()
        Return a human-readable description of this term, or the empty string if none is available.
        Returns:
        the description of the term
      • setDescription

        void setDescription​(String description)
        set the description of the term;
        Parameters:
        description -
      • getOntology

        Ontology getOntology()
        Return the ontology in which this term exists.
        Returns:
        the ontology
      • getSynonyms

        Object[] getSynonyms()
        Return the synonyms for this term.
        Returns:
        the synonyms
      • addSynonym

        void addSynonym​(Object synonym)
        Add a synonym for this term.
        Parameters:
        synonym - the synonym
      • removeSynonym

        void removeSynonym​(Object synonym)
        Remove a synonym for this term.
        Parameters:
        synonym -