| Interface | osid.resourcing.FoundryNode | ||
|---|---|---|---|
| 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 | getFoundry | ||
| Description | 
                     Gets the   | ||
| Return | osid.resourcing.Foundry | the foundry represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentFoundryNodes | ||
| Description | 
                     Gets the parents of this foundry.  | ||
| Return | osid.resourcing.FoundryNodeList | the parents of this foundry | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildFoundryNodes | ||
| Description | 
                     Gets the children of this foundry.  | ||
| Return | osid.resourcing.FoundryNodeList | the children of this foundry | |
| Compliance | mandatory | This method must be implemented. | |