|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.concept.NavParentContext
public class NavParentContext
Provides a navigation context for building a parent tree.
Copyright: Copyright (c) 2003
Company: 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 |
---|
public NavParentContext(OntylogConcept focus, ConceptParent[] parents)
focus
- the focus conceptparents
- the immediate parents of the focus conceptMethod Detail |
---|
public OntylogConcept getFocus()
public ConceptParent[] getParents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |