OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookNode
Implementsosid.OsidNode
Used Byosid.grading.GradebookHierarchySession
osid.grading.GradebookNodeList
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 GradebookHierarchySession.

MethodgetGradebook
Description

Gets the Gradebook at this node.

Returnosid.grading.Gradebook the gradebook represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentGradebookNodes
Description

Gets the parents of this gradebook.

Returnosid.grading.GradebookNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildGradebookNodes
Description

Gets the children of this gradebook.

Returnosid.grading.GradebookNodeList the children of this gradebook
Compliancemandatory This method must be implemented.