Interface | osid.calendaring.CalendarNode | ||
---|---|---|---|
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 | getCalendar | ||
Description |
Gets the | ||
Return | osid.calendaring.Calendar | the calendar represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentCalendarNodes | ||
Description |
Gets the parents of this calendar. | ||
Return | osid.calendaring.CalendarNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildCalendarNodes | ||
Description |
Gets the children of this calendar. | ||
Return | osid.calendaring.CalendarNodeList | the children of this calendar | |
Compliance | mandatory | This method must be implemented. |