Interface | osid.ordering.StoreNode | ||
---|---|---|---|
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 | getStore | ||
Description |
Gets the | ||
Return | osid.ordering.Store | the store represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentStoreNodes | ||
Description |
Gets the parents of this store. | ||
Return | osid.ordering.StoreNodeList | the parents of this store | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildStoreNodes | ||
Description |
Gets the children of this store. | ||
Return | osid.ordering.StoreNodeList | the children of this store | |
Compliance | mandatory | This method must be implemented. |