public interface GraphNode 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 GraphHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
GraphNodeList |
getChildGraphNodes()
Gets the children of this graph.
|
Graph |
getGraph()
Gets the
Graph at this node. |
GraphNodeList |
getParentGraphNodes()
Gets the parents of this graph.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredGraph getGraph()
Graph at this node.mandatory - This method must be implemented. GraphNodeList getParentGraphNodes()
mandatory - This method must be implemented. GraphNodeList getChildGraphNodes()
mandatory - This method must be implemented.