OSID Logo
OSID Specifications
topology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.GraphNode
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 GraphHierarchySession.

MethodgetGraph
Description

Gets the Graph at this node.

Returnosid.topology.Graphthe graph represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentGraphNodes
Description

Gets the parents of this graph.

Returnosid.topology.GraphNodeListthe parents of this graph
CompliancemandatoryThis method must be implemented.
MethodgetChildGraphNodes
Description

Gets the children of this graph.

Returnosid.topology.GraphNodeListthe children of this graph
CompliancemandatoryThis method must be implemented.