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

Packages that use ConceptAssociation
com.apelon.beans.dts.plugin.transferable This package contains the Transferables used by DTS Beans in Drag and Drop. 
com.apelon.dts.client.association This package provides capability to work with associations between concepts, terms, or a concept and a term. 
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   
 

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

Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type ConceptAssociation
ConceptAssociationTransferable(ConceptAssociation conAssoc)
          Initializes with given ConceptAssociation.
 

Uses of ConceptAssociation in com.apelon.dts.client.association
 

Methods in com.apelon.dts.client.association with parameters of type ConceptAssociation
 boolean AssociationQuery.addConceptAssociation(ConceptAssociation newConceptAssociation)
          Adds a concept association to the knowledgebase.
 boolean AssociationQuery.deleteConceptAssociation(ConceptAssociation conceptAssociation)
          Deletes a concept association from the knowledgebase.
 boolean AssociationQuery.updateConceptAssociation(ConceptAssociation oldConceptAssociation, ConceptAssociation newConceptAssociation)
          Updates a concept association by passing the original association and a second one representing the updated values.
 

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

Methods in com.apelon.dts.client.concept that return ConceptAssociation
 ConceptAssociation[] DTSConcept.getFetchedConceptAssociations()
          Gets the concept associations which have been fetched for this concept.
 ConceptAssociation[] DTSConcept.getFetchedInverseConceptAssociations()
          Gets the inverse concept associations which have been fetched for this concept.
 

Methods in com.apelon.dts.client.concept with parameters of type ConceptAssociation
 boolean DTSConcept.addConceptAssociation(ConceptAssociation conceptAssoc)
          Adds the specified element as concept association for this concept.
 boolean DTSConcept.addInverseConceptAssociation(ConceptAssociation invConceptAssoc)
          Adds the specified element as inverse concept association for this concept.
 boolean DTSConcept.containsConceptAssociation(ConceptAssociation conceptAssoc)
          Tests if this concept already has the specified concept association.
 boolean DTSConcept.containsInverseConceptAssociation(ConceptAssociation invConceptAssoc)
          Tests if this concept already has the specified inverse concept association.
 boolean DTSConcept.deleteConceptAssociation(ConceptAssociation conceptAssoc)
          Deletes the specified element as concept association for this concept.
 boolean DTSConcept.deleteInverseConceptAssociation(ConceptAssociation invConceptAssoc)
          Deletes the specified element as inverse concept association for this concept.
 

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

Constructors in com.apelon.dts.client.events with parameters of type ConceptAssociation
ConceptAttributeChange(ConceptAssociation oldAssoc, ConceptAssociation newAssoc)
          Constructs a ConceptAttributeChange object for concept association change.
 



Copyright © 2011. All Rights Reserved.