OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveBankNode
Implementsosid.OsidNode
Used Byosid.learning.ObjectiveBankHierarchySession
osid.learning.ObjectiveBankNodeList
Description

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.

MethodgetObjectiveBank
Description

Gets the ObjectiveBank at this node.

Returnosid.learning.ObjectiveBank the objective bank represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentObjectiveBankNodes
Description

Gets the parents of this objective bank.

Returnosid.learning.ObjectiveBankNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildObjectiveBankNodes
Description

Gets the children of this objective bank.

Returnosid.learning.ObjectiveBankNodeList the children of this objective bank
Compliancemandatory This method must be implemented.