| Interface | osid.course.TermNode | ||
|---|---|---|---|
| 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 | getTerm | ||
| Description |
Gets the | ||
| Return | osid.course.Term | the term represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentTermNodes | ||
| Description |
Gets the parents of this term. | ||
| Return | osid.course.TermNodeList | the parents of this term | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildTermNodes | ||
| Description |
Gets the children of this term. | ||
| Return | osid.course.TermNodeList | the children of this term | |
| Compliance | mandatory | This method must be implemented. | |