|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermAssociation | |
---|---|
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.events | |
com.apelon.dts.client.term | This package provides capability to access and manipulate terms in a DTS client application. |
Uses of TermAssociation in com.apelon.beans.dts.plugin.transferable |
---|
Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type TermAssociation | |
---|---|
TermAssociationTransferable(TermAssociation termAssoc)
Initializes with given TermAssociation. |
Uses of TermAssociation in com.apelon.dts.client.association |
---|
Methods in com.apelon.dts.client.association with parameters of type TermAssociation | |
---|---|
boolean |
AssociationQuery.addTermAssociation(TermAssociation newTermAssociation)
Adds a term association to the knowledgebase. |
boolean |
AssociationQuery.deleteTermAssociation(TermAssociation termAssociation)
Deletes a term association. |
boolean |
AssociationQuery.updateTermAssociation(TermAssociation oldTermAssociation,
TermAssociation newTermAssociation)
Updates a term association by passing the original association and a second one representing the updated values. |
Uses of TermAssociation in com.apelon.dts.client.events |
---|
Constructors in com.apelon.dts.client.events with parameters of type TermAssociation | |
---|---|
TermAttributeChange(TermAssociation oldAssoc,
TermAssociation newAssoc)
Constructs a TermAttributeChange object for term association change. |
Uses of TermAssociation in com.apelon.dts.client.term |
---|
Methods in com.apelon.dts.client.term that return TermAssociation | |
---|---|
TermAssociation[] |
Term.getFetchedInverseTermAssociations()
Gets the inverse term associations which have been fetched for this term. |
TermAssociation[] |
Term.getFetchedTermAssociations()
Gets the term associations which have been fetched for this term. |
TermAssociation[] |
Term.getInverseTermAssociations()
|
TermAssociation[] |
Term.getTermAssociations()
|
Methods in com.apelon.dts.client.term with parameters of type TermAssociation | |
---|---|
void |
Term.addInverseTermAssociation(TermAssociation inverseTermAssociation)
Adds the specified element as an inverse term association for this term. |
void |
Term.addTermAssociation(TermAssociation termAssociation)
Adds the specified element as a term association for this term. |
void |
Term.deleteInverseTermAssociation(TermAssociation inverseTermAssociation)
Deletes the specified element as an inverse term association for this term. |
void |
Term.deleteTermAssociation(TermAssociation termAssociation)
Deletes the specified element as a term association for this term. |
void |
Term.setInverseTermAssociations(TermAssociation[] inverseTermAssoc)
|
void |
Term.setTermAssociations(TermAssociation[] termAssoc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |