OSID Logo
OSID Specifications
hierarchy package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hierarchy.Node
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 hierarchy traversal session.

MethodgetParents
Description

Gets the parents of this node.

Returnosid.hierarchy.NodeListthe parents of this node
CompliancemandatoryThis method must be implemented.
MethodgetChildren
Description

Gets the children of this node.

Returnosid.hierarchy.NodeListthe children of this node
CompliancemandatoryThis method must be implemented.