Uses of Class
com.apelon.dts.client.association.Synonym

Packages that use Synonym
com.apelon.beans.dts.plugin.transferable This package contains the Transferables used by DTS Beans in Drag and Drop. 
com.apelon.dts.client.concept This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. 
com.apelon.dts.client.events   
com.apelon.dts.client.term This package provides capability to access and manipulate terms in a DTS client application. 
 

Uses of Synonym in com.apelon.beans.dts.plugin.transferable
 

Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type Synonym
SynonymTransferable(Synonym synonym)
          Initializes with given Synonym.
 

Uses of Synonym in com.apelon.dts.client.concept
 

Methods in com.apelon.dts.client.concept that return Synonym
 Synonym DTSConcept.getFetchedPreferredTerm()
          Gets the synonym association which is the preferred term for this concept.
 Synonym[] DTSConcept.getFetchedSynonyms()
          Gets the synonym terms which have been fetched for this concept.
 

Methods in com.apelon.dts.client.concept with parameters of type Synonym
 boolean DTSConcept.addSynonym(Synonym syn)
          Adds the specified element as synonym for this concept.
 boolean BaseConceptQuery.addSynonym(Synonym newSynonym)
          Adds a synonym association between a concept and a term.
 boolean DTSConcept.containsSynonym(Synonym syn)
          Tests if this concept already has the specified synonym.
 boolean DTSConcept.deleteSynonym(Synonym syn)
          Deletes the specified element as synonym for this concept.
 boolean BaseConceptQuery.deleteSynonym(Synonym synonym)
          Deletes a synonym association between a concept and a term.
 boolean BaseConceptQuery.updateSynonym(Synonym oldSynonym, Synonym newSynonym)
          Updates a synonym association by passing old and new synonym associations.
 

Uses of Synonym in com.apelon.dts.client.events
 

Constructors in com.apelon.dts.client.events with parameters of type Synonym
ConceptAttributeChange(Synonym oldSynonym, Synonym newSynonym)
          Constructs a ConceptAttributeChange object for concept synonym change.
 

Uses of Synonym in com.apelon.dts.client.term
 

Methods in com.apelon.dts.client.term that return Synonym
 Synonym[] Term.getFetchedSynonyms()
          Gets the syonyms which have been fetched for this term.
 Synonym[] Term.getSynonyms()
           
 

Methods in com.apelon.dts.client.term with parameters of type Synonym
 void Term.addSynonym(Synonym synonym)
          Adds the specified element as synonym which this term refers to.
 void Term.deleteSynonym(Synonym synonym)
          Deletes the specified element as synonym which this term refers to.
 void Term.setSynonyms(Synonym[] syns)
           
 



Copyright © 2011. All Rights Reserved.