| Interface | osid.room.CampusNode | ||
|---|---|---|---|
| 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 | getCampus | ||
| Description |
Gets the | ||
| Return | osid.room.Campus | the campus represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentCampusNodes | ||
| Description |
Gets the parents of this campus. | ||
| Return | osid.room.CampusNodeList | the parents of this campus | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildCampusNodes | ||
| Description |
Gets the children of this campus. | ||
| Return | osid.room.CampusNodeList | the children of this campus | |
| Compliance | mandatory | This method must be implemented. | |