OSID Logo
OSID Specifications
rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.EngineNode
Implementsosid.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 EngineHierarchySession.

MethodgetEngine
Description

Gets the Engine at this node.

Returnosid.rules.Enginethe engine represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentEngineNodes
Description

Gets the parents of this engine.

Returnosid.rules.EngineNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildEngineNodes
Description

Gets the children of this engine.

Returnosid.rules.EngineNodeListthe children of this engine
CompliancemandatoryThis method must be implemented.