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