| Interface | osid.inventory.StockNode | ||
|---|---|---|---|
| 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 | getStock | ||
| Description | 
                     Gets the   | ||
| Return | osid.inventory.Stock | the stock represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentStockNodes | ||
| Description | 
                     Gets the parents of this stock.  | ||
| Return | osid.inventory.StockNodeList | the parents of this stock | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildStockNodes | ||
| Description | 
                     Gets the children of this stock.  | ||
| Return | osid.inventory.StockNodeList | the children of this stock | |
| Compliance | mandatory | This method must be implemented. | |