com.apelon.dts.client.concept
Class OntylogNavContext

java.lang.Object
  extended by com.apelon.dts.client.concept.OntylogNavContext

Deprecated. This class is deprecated and will be removed in a future DTS release. If superconcepts and/or subconcepts are needed as part of an 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
extends Object

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.

Since:
DTS 3.0.0
Version:
DTS 3.3.0
Author:
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

OntylogNavContext

public OntylogNavContext(OntylogConcept c,
                         OntylogConcept[] sup,
                         OntylogConcept[] sub)
Deprecated. 
Constructs a new nav context. This nav context contains the focus concept, its direct super concepts, and its direct subconcepts.

Parameters:
c - the focus concept
sup - the direct superconcepts
sub - the direct subconcepts
Method Detail

getFocus

public OntylogConcept getFocus()
Deprecated. 
Gets the focus concept for the OntylogNavContext.

Returns:
the focus concept

getDirectSups

public OntylogConcept[] getDirectSups()
Deprecated. 
Gets an array of direct super concepts for the focus concept of the OntylogNavContext.

Returns:
an array of direct super concepts for the focus concept

getDirectSubs

public OntylogConcept[] getDirectSubs()
Deprecated. 
Gets an array of direct subconcepts for the focus concept of the OntylogNavContext.

Returns:
an array of direct subconcepts for the focus concept


Copyright © 2011. All Rights Reserved.