|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicQuery | |
---|---|
com.apelon.dts.client | This package now consists primarily of deprecated classes maintained for compatibility with DTS 2.4. |
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.classifier | This package provides API needed for classification of Ontylog Extension namespaces. |
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.match | This package provides matching capability to flexibly search within predefined silos of data within the knowledgebase. |
com.apelon.dts.client.namespace | This package includes classes for working with the namespaces (see Namespace) in a knowledgebase. |
com.apelon.dts.client.subset | This package provides the capability to access and manipulate subsets in a DTS client application. |
com.apelon.dts.client.term | This package provides capability to access and manipulate terms in a DTS client application. |
Uses of BasicQuery in com.apelon.dts.client |
---|
Subclasses of BasicQuery in com.apelon.dts.client | |
---|---|
class |
DTSLicenseQuery
Deprecated. Use DTSCommonQuery instead |
Uses of BasicQuery in com.apelon.dts.client.association |
---|
Subclasses of BasicQuery in com.apelon.dts.client.association | |
---|---|
class |
AssociationQuery
AssociationQuery provides common methods for maintaining
associations and association types. |
Uses of BasicQuery in com.apelon.dts.client.attribute |
---|
Subclasses of BasicQuery in com.apelon.dts.client.attribute | |
---|---|
class |
PropertyTypeQuery
PropertyTypeServer is a base query server class that allows the
creation, modification, and deletion of property types. |
class |
QualifierTypeQuery
QualifierTypeServer is a base query server class that allows the
creation, modification, and deletion of qualfier types. |
Uses of BasicQuery in com.apelon.dts.client.classifier |
---|
Subclasses of BasicQuery in com.apelon.dts.client.classifier | |
---|---|
class |
ClassifyDetailsQuery
In DTS, an Ontylog Extension namespace can be classified. |
class |
ClassifyQuery
This class can be used to perform the classification of an Ontylog Extension namespace. |
Uses of BasicQuery in com.apelon.dts.client.common |
---|
Subclasses of BasicQuery in com.apelon.dts.client.common | |
---|---|
class |
DTSCommonQuery
This class provides method to get common DTS data. |
Uses of BasicQuery in com.apelon.dts.client.concept |
---|
Subclasses of BasicQuery in com.apelon.dts.client.concept | |
---|---|
class |
BaseConceptQuery
BaseConceptQuery is a base class for
BaseLocalConceptQuery , BaseOntylogConceptQuery ,
DTSConceptQuery , and SearchQuery . |
class |
BaseLocalConceptQuery
Base class for creating or deleting concepts in a local namespace. |
class |
BaseOntylogConceptQuery
The BaseOntylogConceptQuery class provides access to Ontylog
concepts. |
class |
DTSConceptQuery
DTSConceptQuery is a subclass of BaseConceptQuery . |
class |
NavQuery
The NavQuery class provides navigation over the Ontylog
concept hierarchy. |
class |
OntylogClassQuery
OntylogClassQueryServer supports queries on subconcept
relationships within an Ontylog concept hierarchy. |
class |
OntylogConceptQuery
OntylogConceptQuery is a subclass of
BaseOntylogConceptQuery . |
class |
OntylogExtConceptQuery
OntylogExtConceptQuery is a subclass of
BaseLocalConceptQuery . |
class |
SearchQuery
An SearchQuery provides search methods for searching thesaurus
or Ontylog concepts. |
class |
ThesaurusConceptQuery
A ThesaurusConceptQuery class provides access to thesaurus
concepts. |
Uses of BasicQuery in com.apelon.dts.client.match |
---|
Subclasses of BasicQuery in com.apelon.dts.client.match | |
---|---|
class |
MatchQuery
A MatchQuery provides access to silos and pattern matching searches within silos. |
Uses of BasicQuery in com.apelon.dts.client.namespace |
---|
Subclasses of BasicQuery in com.apelon.dts.client.namespace | |
---|---|
class |
NamespaceQuery
A NamespaceQuery provides common methods for using namespaces. |
Uses of BasicQuery in com.apelon.dts.client.subset |
---|
Subclasses of BasicQuery in com.apelon.dts.client.subset | |
---|---|
class |
SubsetQuery
Provides subset related query and edit methods. |
Uses of BasicQuery in com.apelon.dts.client.term |
---|
Subclasses of BasicQuery in com.apelon.dts.client.term | |
---|---|
class |
BaseTermQuery
BaseTermQuery is a base class for TermQuery and
TermSearchQuery . |
class |
TermQuery
TermQuery support queries on terms, including their properties. |
class |
TermSearchQuery
TermSearchQuery provides search methods for searching terms. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |