com.apelon.dts.client.concept
Class NavChildContext

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

public class NavChildContext
extends Object

Provides a navigation context for building a child tree.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

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

Constructor Detail

NavChildContext

public NavChildContext(OntylogConcept focus,
                       ConceptChild[] children)
Constructs a new navigation context. This naviation context contains the focus concept, and its direct children.

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

getFocus

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

Returns:
the focus concept.

getChildren

public ConceptChild[] getChildren()
Provides the immediate children of the focus concept.

Returns:
the children of the focus concept.


Copyright © 2011. All Rights Reserved.