|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavChildContext | |
---|---|
com.apelon.dts.client.concept | This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. |
Uses of NavChildContext in com.apelon.dts.client.concept |
---|
Methods in com.apelon.dts.client.concept that return NavChildContext | |
---|---|
NavChildContext |
NavQuery.getNavChildContext(DTSConcept focusConcept,
ConceptAttributeSetDescriptor focusConceptASD,
AssociationType associationType)
Get the children of a concept with respect to an association type and whether they in turn have children in that same respect. |
NavChildContext |
NavQuery.getNavChildContext(DTSConcept focusConcept,
ConceptAttributeSetDescriptor focusConceptASD,
Namespace namespace)
Get the subconcepts of an DTSConcept concept in an Ontylog or Ontylog Extension namespace and whether they in turn have subconcepts (children). |
NavChildContext |
NavQuery.getNavChildContext(OntylogConcept focusConcept,
ConceptAttributeSetDescriptor focusConceptASD)
Get the subconcepts of an Ontylog concept and whether they in turn have subconcepts (children). |
NavChildContext |
NavQuery.getNavChildContext(OntylogConcept concept,
ConceptAttributeSetDescriptor dtsAsd,
AssociationType associationType)
Deprecated. As of DTS 3.4 Use NavQuery.getNavChildContext(DTSConcept, ConceptAttributeSetDescriptor, com.apelon.dts.client.association.AssociationType) |
NavChildContext |
NavQuery.getSubsetNavChildContext(OntylogConcept focusConcept,
int subsetId,
Namespace namespace,
ConceptAttributeSetDescriptor focusConceptASD)
Get the subconcepts of an Ontylog concept present in a given subset and whether they in turn have subconcepts (children). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |