Interface | osid.rules.EngineNode | ||
---|---|---|---|
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 | getEngine | ||
Description |
Gets the | ||
Return | osid.rules.Engine | the engine represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentEngineNodes | ||
Description |
Gets the parents of this engine. | ||
Return | osid.rules.EngineNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildEngineNodes | ||
Description |
Gets the children of this engine. | ||
Return | osid.rules.EngineNodeList | the children of this engine | |
Compliance | mandatory | This method must be implemented. |