Uses of Interface
com.apelon.dts.client.match.MatchItem

Packages that use MatchItem
com.apelon.dts.client.attribute Attributes are items of information attached to concepts or terms, or other attributes. 
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.match This package provides matching capability to flexibly search within predefined silos of data within the knowledgebase. 
com.apelon.dts.client.term This package provides capability to access and manipulate terms in a DTS client application. 
 

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

Classes in com.apelon.dts.client.attribute that implement MatchItem
 class DTSProperty
          A property is a piece of user-defined, external information that can be associated with a DTSConcept, OntylogConcept, or Term.
 

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

Classes in com.apelon.dts.client.concept that implement MatchItem
 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 MatchItem in com.apelon.dts.client.match
 

Methods in com.apelon.dts.client.match that return MatchItem
 MatchItem Match.getMatchItem()
          Gets the concept, property, or term that was matched.
 

Constructors in com.apelon.dts.client.match with parameters of type MatchItem
Match(String preferredTerm, DTSConcept concept, MatchItem item)
          Contructs a Match which has preferredTerm, concept, matchItem
 

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

Classes in com.apelon.dts.client.term that implement MatchItem
 class Term
          DTS representation of a term, which can be associated with or independent of any DTSConcept.
 



Copyright © 2011. All Rights Reserved.