OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.InquestNode
Implementsosid.OsidNode
Used Byosid.inquiry.InquestHierarchySession
osid.inquiry.InquestNodeList
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 InquestHierarchySession.

MethodgetInquest
Description

Gets the Inquest at this node.

Returnosid.inquiry.Inquest the inquest represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentInquestNodes
Description

Gets the parents of this inquest.

Returnosid.inquiry.InquestNodeList the parents of this inquest
Compliancemandatory This method must be implemented.
MethodgetChildInquestNodes
Description

Gets the children of this inquest.

Returnosid.inquiry.InquestNodeList the children of this inquest
Compliancemandatory This method must be implemented.