OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogNode
Implementsosid.OsidNode
Used Byosid.course.CourseCatalogHierarchySession
osid.course.CourseCatalogNodeList
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 CourseCatalogHierarchySession.

MethodgetCourseCatalog
Description

Gets the CourseCatalog at this node.

Returnosid.course.CourseCatalog the course catalog represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentCourseCatalogNodes
Description

Gets the parents of this course catalog.

Returnosid.course.CourseCatalogNodeList the parents of this course catalog
Compliancemandatory This method must be implemented.
MethodgetChildCourseCatalogNodes
Description

Gets the children of this course catalog.

Returnosid.course.CourseCatalogNodeList the children of this course catalog
Compliancemandatory This method must be implemented.