OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.learning.ObjectiveNode
Implementsosid.OsidNode
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.Objectivethe objective represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentObjectiveNodes
Description

Gets the parents of this objective.

Returnosid.learning.ObjectiveNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildObjectiveNodes
Description

Gets the children of this objective.

Returnosid.learning.ObjectiveNodeListthe children of this objective
CompliancemandatoryThis method must be implemented.