| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Term | |
|---|---|
| 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 Term in com.apelon.beans.dts.plugin.transferable | 
|---|
| Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type Term | |
|---|---|
TermTransferable(Term term)
Initializes with given Term. | 
|
| Uses of Term in com.apelon.dts.client.association | 
|---|
| Methods in com.apelon.dts.client.association that return Term | |
|---|---|
 Term | 
TermAssociation.getFromTerm()
Get "from" term of association.  | 
 Term | 
Synonym.getTerm()
Get synonym's term.  | 
 Term | 
TermAssociation.getToTerm()
Get "to" term of association.  | 
| Methods in com.apelon.dts.client.association with parameters of type Term | |
|---|---|
 void | 
TermAssociation.setFromTerm(Term fromTerm)
Set "from" term of association.  | 
 void | 
TermAssociation.setToTerm(Term toTerm)
Set "to" term of association.  | 
| Constructors in com.apelon.dts.client.association with parameters of type Term | |
|---|---|
Synonym(AssociationType assocType,
        Term term)
Constructs a synonym from the association type and synonym term.  | 
|
Synonym(AssociationType assocType,
        Term term,
        boolean localAddition)
Constructs a synonym from the association type and synonym term.  | 
|
Synonym(DTSConcept concept,
        AssociationType assocType,
        Term term,
        boolean preferred)
Constructs a synonym from a concept, association type, and term.  | 
|
TermAssociation(AssociationType assocType,
                Term toTerm)
Constructs an association from the association type and "to" term.  | 
|
TermAssociation(Term fromTerm,
                AssociationType assocType)
Constructs an association from the "from" term and association type.  | 
|
TermAssociation(Term fromTerm,
                AssociationType assocType,
                Term toTerm)
Constructs an association from the "from" term, association type, and "to" term.  | 
|
| Uses of Term in com.apelon.dts.client.events | 
|---|
| Methods in com.apelon.dts.client.events that return Term | |
|---|---|
 Term | 
TermEvent.getTerm()
Get the term which has changed.  | 
| Methods in com.apelon.dts.client.events with parameters of type Term | |
|---|---|
 boolean | 
TermEvent.isTermAffected(Term term)
A method to check if a term is affected by this term action.  | 
 boolean | 
ConceptEvent.isTermAffected(Term term)
A method to check if a term is affected by this concept action.  | 
| Constructors in com.apelon.dts.client.events with parameters of type Term | |
|---|---|
TermEvent(Object source,
          Term term,
          int eventType,
          TermAttributeChange attributeChange)
Constructs a TermEvent object.  | 
|
| Uses of Term in com.apelon.dts.client.term | 
|---|
| Methods in com.apelon.dts.client.term that return Term | |
|---|---|
 Term | 
BaseTermQuery.addProperty(Term term,
            DTSProperty property)
Adds a property to a term.  | 
 Term | 
BaseTermQuery.addTerm(Term newTerm)
Adds a new Term to the knowledgebase. | 
 Term | 
BaseTermQuery.deleteProperty(Term term,
               DTSProperty property)
Deletes a property from a term.  | 
 Term | 
BaseTermQuery.fetchProperties(Term term)
Fetch the properties for the passed Term. | 
 Term | 
BaseTermQuery.findTermByCode(String termCode,
               int namespaceId,
               TermAttributeSetDescriptor termDescriptor)
Gets a Term object with the specified code and namespace ID. | 
 Term | 
BaseTermQuery.findTermById(int termId,
             int namespaceId,
             TermAttributeSetDescriptor termDescriptor)
Gets a Term object by passing the ID and a namespace ID. | 
 Term[] | 
BaseTermQuery.findTermsByName(String termName,
                int namespaceId,
                TermAttributeSetDescriptor termDescriptor)
Gets Term objects with the specified name and namespace ID. | 
 Term[] | 
TermSearchQuery.findTermsWithInverseTermAssociationMatching(AssociationType termAssocType,
                                            String fromTermName,
                                            TermSearchOptions options)
Finds terms with Term Association having given Term Association Type and matching From Term name pattern.  | 
 Term[] | 
TermSearchQuery.findTermsWithNameMatching(String pattern,
                          TermSearchOptions options)
Retrieves each term with a name (string identifier) that matches the argument pattern, based on the specified search options.  | 
 Term[] | 
TermSearchQuery.findTermsWithPropertyMatching(DTSPropertyType propType,
                              String pattern,
                              TermSearchOptions options)
Finds terms with Property having given Property Type and matching value pattern.  | 
 Term[] | 
TermSearchQuery.findTermsWithTermAssociationMatching(AssociationType termAssocType,
                                     String toTermName,
                                     TermSearchOptions options)
Finds terms with Term Association having given Term Association Type and matching To Term name pattern.  | 
 Term | 
BaseTermQuery.updateProperty(Term term,
               DTSProperty oldProperty,
               DTSProperty newProperty)
Updates a term property.  | 
 Term | 
BaseTermQuery.updateTerm(Term oldTerm,
           Term newTerm)
Updates a term in the knowledgebase corresponding to the passed old Term, using the values from the new Term. | 
| Methods in com.apelon.dts.client.term with parameters of type Term | |
|---|---|
 Term | 
BaseTermQuery.addProperty(Term term,
            DTSProperty property)
Adds a property to a term.  | 
 Term | 
BaseTermQuery.addTerm(Term newTerm)
Adds a new Term to the knowledgebase. | 
 Term | 
BaseTermQuery.deleteProperty(Term term,
               DTSProperty property)
Deletes a property from a term.  | 
 boolean | 
BaseTermQuery.deleteTerm(Term term)
Deletes a term from the knowledgebase.  | 
 Term | 
BaseTermQuery.fetchProperties(Term term)
Fetch the properties for the passed Term. | 
 Term | 
BaseTermQuery.updateProperty(Term term,
               DTSProperty oldProperty,
               DTSProperty newProperty)
Updates a term property.  | 
 Term | 
BaseTermQuery.updateTerm(Term oldTerm,
           Term newTerm)
Updates a term in the knowledgebase corresponding to the passed old Term, using the values from the new Term. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||