| Interface | osid.repository.RepositoryNode | ||
|---|---|---|---|
| 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 | getRepository | ||
| Description | 
                     Gets the   | ||
| Return | osid.repository.Repository | the repository represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentRepositoryNodes | ||
| Description | 
                     Gets the parents of this repository.  | ||
| Return | osid.repository.RepositoryNodeList | the parents of the  id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildRepositoryNodes | ||
| Description | 
                     Gets the children of this repository.  | ||
| Return | osid.repository.RepositoryNodeList | the children of this repository | |
| Compliance | mandatory | This method must be implemented. | |