Uses of Class
com.apelon.dts.client.common.DTSObject

Packages that use DTSObject
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.attribute Attributes are items of information attached to concepts or terms, or other attributes. 
com.apelon.dts.client.common This package provides a few common classes. 
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.namespace This package includes classes for working with the namespaces (see Namespace) in a knowledgebase. 
com.apelon.dts.client.plugins This is the place to put plugin modules required by DTS. 
com.apelon.dts.client.term This package provides capability to access and manipulate terms in a DTS client application. 
 

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

Subclasses of DTSObject in com.apelon.dts.client.association
 class AssociationType
          AssociationType defines a named association between concepts and/or terms.
 

Methods in com.apelon.dts.client.association that return DTSObject
 DTSObject Association.getFromItem()
          Get "from" item of association.
 DTSObject QualifiedAssociation.getToItem()
          Get "to" item of qualified association.
protected  DTSObject Association.getToItem()
          Get "to" item of association.
 

Methods in com.apelon.dts.client.association with parameters of type DTSObject
 void QualifiedAssociation.setFromItem(DTSObject fromItem)
          Set "from" item of qualified association.
protected  void Association.setFromItem(DTSObject fromItem)
          Set "from" item of association.
 void QualifiedAssociation.setToItem(DTSObject toItem)
          Set "to" item of qualified association.
protected  void Association.setToItem(DTSObject toItem)
          Set "to" item of association.
 

Constructors in com.apelon.dts.client.association with parameters of type DTSObject
Association(AssociationType assocType, DTSObject toItem)
          Constructs an association from the association type and "to" item.
Association(DTSObject fromItem, AssociationType assocType)
          Constructs an association from the "from" item and association type.
Association(DTSObject fromItem, AssociationType assocType, DTSObject toItem)
          Constructs an association from the "from" item, association type, and "to" item.
QualifiedAssociation(AssociationType assocType, DTSObject toItem)
          Constructs an association from the association type and "to" item.
QualifiedAssociation(DTSObject fromItem, AssociationType assocType)
          Constructs an association from the "from" item and association type.
QualifiedAssociation(DTSObject fromItem, AssociationType assocType, DTSObject toItem)
          Constructs an association from the "from" item, association type, and "to" item.
 

Uses of DTSObject in com.apelon.dts.client.attribute
 

Subclasses of DTSObject in com.apelon.dts.client.attribute
 class DTSPropertyType
          A property can reference user-defined information.
 class DTSRoleType
          In an Ontylog namespace a role is an association between kinds.
 class Kind
          Kind is a named object that represents a kind.
 class PropertiedObject
          This class provides methods common to objects which have properties: DTSConcepts and Terms.
 class QualifierType
          QualifierType defines a qualifier, which has a name.
 

Uses of DTSObject in com.apelon.dts.client.common
 

Methods in com.apelon.dts.client.common with parameters of type DTSObject
abstract  String CodeAndIDGenerator.getCode(DTSObject conceptOrTerm)
          Implement to create a code for a new concept or term.
abstract  int CodeAndIDGenerator.getId(DTSObject conceptOrTerm)
          Implement to create an ID for a new concept or term.
 

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

Subclasses of DTSObject in com.apelon.dts.client.concept
 class ConceptChild
          Holds a child concept and an indicator of whether the child has children.
 class ConceptParent
          Holds a parent concept and an indicator of whether the parent has parents.
 class DTSConcept
          A DTS concept is the basic unit of information in the terminology knowledgebasebase.
 class OntylogConcept
          An Ontylog concept extends a DTS concept by adding Ontylog hierarchy and role information.
 

Uses of DTSObject in com.apelon.dts.client.namespace
 

Subclasses of DTSObject in com.apelon.dts.client.namespace
 class ContentVersion
          Specifies the version of a terminology in a namespace.
 

Uses of DTSObject in com.apelon.dts.client.plugins
 

Methods in com.apelon.dts.client.plugins with parameters of type DTSObject
 String PromptForCodeAndId.getCode(DTSObject conceptOrTerm)
          Implement to create a code for a new concept or term.
 String DefaultCodeAndIdGenerator.getCode(DTSObject conceptOrTerm)
          Returns null to get default implementation when passing the DTSConcept to the BaseLocalConceptQuery.addConcept(com.apelon.dts.client.concept.DTSConcept concept) method, or Term to the BaseTermQuery.addTerm(com.apelon.dts.client.term.Term newTerm) method.
 int PromptForCodeAndId.getId(DTSObject conceptOrTerm)
          Implement to create an ID for a new concept or term.
 int DefaultCodeAndIdGenerator.getId(DTSObject conceptOrTerm)
          Returns -1 to get the default implementation when passing the DTSConcept to the BaseLocalConceptQuery.addConcept(com.apelon.dts.client.concept.DTSConcept concept) method, or Term to the BaseTermQuery.addTerm(com.apelon.dts.client.term.Term newTerm) method.
 void EnterCodeAndIDDialog.setDTSObject(DTSObject dtsObject)
           
 

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

Subclasses of DTSObject in com.apelon.dts.client.term
 class Term
          DTS representation of a term, which can be associated with or independent of any DTSConcept.
 



Copyright © 2011. All Rights Reserved.