| Interface | osid.checklist.ChecklistNode | ||
|---|---|---|---|
| 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 | getChecklist | ||
| Description | 
                     Gets the   | ||
| Return | osid.checklist.Checklist | the checklist represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentChecklistNodes | ||
| Description | 
                     Gets the parents of this checklist.  | ||
| Return | osid.checklist.ChecklistNodeList | the parents of this checklist | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildChecklistNodes | ||
| Description | 
                     Gets the children of this checklist.  | ||
| Return | osid.checklist.ChecklistNodeList | the children of this checklist | |
| Compliance | mandatory | This method must be implemented. | |