public interface TermNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the TermHierarchySession.
Modifier and Type | Method and Description |
---|---|
TermNodeList |
getChildTermNodes()
Gets the children of this term.
|
TermNodeList |
getParentTermNodes()
Gets the parents of this term.
|
Term |
getTerm()
Gets the
Term at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRoot
getId, isCurrent
isSequestered
Term getTerm()
Term
at this node.mandatory
- This method must be implemented. TermNodeList getParentTermNodes()
mandatory
- This method must be implemented. TermNodeList getChildTermNodes()
mandatory
- This method must be implemented.