public interface ObjectiveNode 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 ObjectiveHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
ObjectiveNodeList |
getChildObjectiveNodes()
Gets the children of this objective.
|
Objective |
getObjective()
Gets the
Objective at this node. |
ObjectiveNodeList |
getParentObjectiveNodes()
Gets the parents of this objective.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredObjective getObjective()
Objective at this node.mandatory - This method must be implemented. ObjectiveNodeList getParentObjectiveNodes()
id mandatory - This method must be implemented. ObjectiveNodeList getChildObjectiveNodes()
mandatory - This method must be implemented.