public interface Node 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 hierarchy traversal session.
| Modifier and Type | Method and Description |
|---|---|
NodeList |
getChildren()
Gets the children of this node.
|
NodeList |
getParents()
Gets the parents of this node.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredNodeList getParents()
mandatory - This method must be implemented. NodeList getChildren()
mandatory - This method must be implemented.