| Interface | osid.course.CourseCatalogNode | ||
|---|---|---|---|
| Implements | osid.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
| ||
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentCourseCatalogNodes | ||
| Description |
Gets the parents of this course catalog. | ||
| Return | osid.course.CourseCatalogNodeList | the parents of this course catalog | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildCourseCatalogNodes | ||
| Description |
Gets the children of this course catalog. | ||
| Return | osid.course.CourseCatalogNodeList | the children of this course catalog | |
| Compliance | mandatory | This method must be implemented. | |