OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SystemNode
Implementsosid.OsidNode
Used Byosid.control.SystemHierarchySession
osid.control.SystemNodeList
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.System the system represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentSystemNodes
Description

Gets the parents of this system.

Returnosid.control.SystemNodeList the parents of this system
Compliancemandatory This method must be implemented.
MethodgetChildSystemNodes
Description

Gets the children of this system.

Returnosid.control.SystemNodeList the children of this system
Compliancemandatory This method must be implemented.