public interface ObjectiveBankNode 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
ObjectiveBankHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBankNodeList |
getChildObjectiveBankNodes()
Gets the children of this objective bank.
|
ObjectiveBank |
getObjectiveBank()
Gets the
ObjectiveBank at this node. |
ObjectiveBankNodeList |
getParentObjectiveBankNodes()
Gets the parents of this objective bank.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredObjectiveBank getObjectiveBank()
ObjectiveBank at this node.mandatory - This method must be implemented. ObjectiveBankNodeList getParentObjectiveBankNodes()
id mandatory - This method must be implemented. ObjectiveBankNodeList getChildObjectiveBankNodes()
mandatory - This method must be implemented.