Interface | osid.resource.BinNode | ||
---|---|---|---|
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 | getBin | ||
Description |
Gets the | ||
Return | osid.resource.Bin | the bin represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentBinNodes | ||
Description |
Gets the parents of this bin. | ||
Return | osid.resource.BinNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildBinNodes | ||
Description |
Gets the children of this bin. | ||
Return | osid.resource.BinNodeList | the children of this bin | |
Compliance | mandatory | This method must be implemented. |