Interface | osid.installation.DepotNode | ||
---|---|---|---|
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 | getDepot | ||
Description |
Gets the | ||
Return | osid.installation.Depot | the depot represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentDepotNodes | ||
Description |
Gets the parents of this depot. | ||
Return | osid.installation.DepotNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildDepotNodes | ||
Description |
Gets the children of this depot. | ||
Return | osid.installation.DepotNodeList | the children of this depot | |
Compliance | mandatory | This method must be implemented. |