Interface | osid.inquiry.InquestNode | ||
---|---|---|---|
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 | getInquest | ||
Description |
Gets the | ||
Return | osid.inquiry.Inquest | the inquest represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentInquestNodes | ||
Description |
Gets the parents of this inquest. | ||
Return | osid.inquiry.InquestNodeList | the parents of this inquest | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildInquestNodes | ||
Description |
Gets the children of this inquest. | ||
Return | osid.inquiry.InquestNodeList | the children of this inquest | |
Compliance | mandatory | This method must be implemented. |