|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.dts.client.concept.OntylogNavContext
OntylogConcept's details, then use a
ConceptAttributeSetDescriptor requesting those attributes
when you invoke an API method that returns an
OntylogConcept. For tree navigation you should use
methods NavQuery.getNavParentContext(com.apelon.dts.client.concept.OntylogConcept, com.apelon.dts.client.concept.ConceptAttributeSetDescriptor) or
NavQuery.getNavChildContext(com.apelon.dts.client.concept.OntylogConcept, com.apelon.dts.client.concept.ConceptAttributeSetDescriptor) which return a
NavParentContext or NavChildContext, respectively.
public class OntylogNavContext
This class provides a means to navigate from a focus concept to other concepts using the Ontylog hierarchy of superconcepts and subconcepts.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
| Constructor Summary | |
|---|---|
OntylogNavContext(OntylogConcept c,
OntylogConcept[] sup,
OntylogConcept[] sub)
Deprecated. Constructs a new nav context. |
|
| Method Summary | |
|---|---|
OntylogConcept[] |
getDirectSubs()
Deprecated. Gets an array of direct subconcepts for the focus concept of the OntylogNavContext. |
OntylogConcept[] |
getDirectSups()
Deprecated. Gets an array of direct super concepts for the focus concept of the OntylogNavContext. |
OntylogConcept |
getFocus()
Deprecated. Gets the focus concept for the OntylogNavContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OntylogNavContext(OntylogConcept c,
OntylogConcept[] sup,
OntylogConcept[] sub)
c - the focus conceptsup - the direct superconceptssub - the direct subconcepts| Method Detail |
|---|
public OntylogConcept getFocus()
OntylogNavContext.
public OntylogConcept[] getDirectSups()
OntylogNavContext.
public OntylogConcept[] getDirectSubs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||