| Interface | osid.mapping.MapNode | ||
|---|---|---|---|
| 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 | getMap | ||
| Description |
Gets the | ||
| Return | osid.mapping.Map | the map represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentMapNodes | ||
| Description |
Gets the parents of this map. | ||
| Return | osid.mapping.MapNodeList | the parents of this map | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildMapNodes | ||
| Description |
Gets the children of this map. | ||
| Return | osid.mapping.MapNodeList | the children of this map | |
| Compliance | mandatory | This method must be implemented. | |