| Interface | osid.assessment.BankNode | ||
|---|---|---|---|
| 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 | getBank | ||
| Description |
Gets the | ||
| Return | osid.assessment.Bank | the bank represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentBankNodes | ||
| Description |
Gets the parents of this bank. | ||
| Return | osid.assessment.BankNodeList | the parents of this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildBankNodes | ||
| Description |
Gets the children of this bank. | ||
| Return | osid.assessment.BankNodeList | the children of this node | |
| Compliance | mandatory | This method must be implemented. | |