OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.EngineNode
Implementsosid.OsidNode
Used Byosid.search.EngineHierarchySession
osid.search.EngineNodeList
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.search.Engine the engine represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentEngineNodes
Description

Gets the parents of this engine.

Returnosid.search.EngineNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildEngineNodes
Description

Gets the children of this engine.

Returnosid.search.EngineNodeList the children of this engine
Compliancemandatory This method must be implemented.