Interface | osid.configuration.ConfigurationNode | ||
---|---|---|---|
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 | getConfiguration | ||
Description |
Gets the | ||
Return | osid.configuration.Configuration | the configuration represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentConfigurationNodes | ||
Description |
Gets the parents of this configuration. | ||
Return | osid.configuration.ConfigurationNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildConfigurationNodes | ||
Description |
Gets the children of this configuration. | ||
Return | osid.configuration.ConfigurationNodeList | the children of this configuration | |
Compliance | mandatory | This method must be implemented. |