OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.StoreNode
Implementsosid.OsidNode
Used Byosid.ordering.StoreHierarchySession
osid.ordering.StoreNodeList
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 StoreHierarchySession.

MethodgetStore
Description

Gets the Store at this node.

Returnosid.ordering.Store the store represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentStoreNodes
Description

Gets the parents of this store.

Returnosid.ordering.StoreNodeList the parents of this store
Compliancemandatory This method must be implemented.
MethodgetChildStoreNodes
Description

Gets the children of this store.

Returnosid.ordering.StoreNodeList the children of this store
Compliancemandatory This method must be implemented.