com.apelon.dts.client.concept
Class NavParentContext

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

public class NavParentContext
extends Object

Provides a navigation context for building a parent tree.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Constructor Summary
NavParentContext(OntylogConcept focus, ConceptParent[] parents)
          Constructs a new navigation context.
 
Method Summary
 OntylogConcept getFocus()
          Provides the starting point of the navigation.
 ConceptParent[] getParents()
          Provides the immediate parents of the focus concept.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavParentContext

public NavParentContext(OntylogConcept focus,
                        ConceptParent[] parents)
Constructs a new navigation context. This navigation context contains the focus concept, and its direct parents.

Parameters:
focus - the focus concept
parents - the immediate parents of the focus concept
Method Detail

getFocus

public OntylogConcept getFocus()
Provides the starting point of the navigation.

Returns:
the focus concept.

getParents

public ConceptParent[] getParents()
Provides the immediate parents of the focus concept.

Returns:
the parents of the focus concept.


Copyright © 2011. All Rights Reserved.