OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveNode
Implementsosid.OsidNode
Used Byosid.learning.ObjectiveHierarchySession
osid.learning.ObjectiveNodeList
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 ObjectiveHierarchySession.

MethodgetObjective
Description

Gets the Objective at this node.

Returnosid.learning.Objective the objective represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentObjectiveNodes
Description

Gets the parents of this objective.

Returnosid.learning.ObjectiveNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildObjectiveNodes
Description

Gets the children of this objective.

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