OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.SystemNode
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 SystemHierarchySession.

MethodgetSystem
Description

Gets the System at this node.

Returnosid.control.Systemthe system represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentSystemNodes
Description

Gets the parents of this system.

Returnosid.control.SystemNodeListthe parents of this system
CompliancemandatoryThis method must be implemented.
MethodgetChildSystemNodes
Description

Gets the children of this system.

Returnosid.control.SystemNodeListthe children of this system
CompliancemandatoryThis method must be implemented.