OSID Logo
OSID Specifications
topology package
Version 3.1.0
Interfaceosid.topology.GraphNode
Implementsosid.OsidNode
Used Byosid.topology.GraphHierarchySession
osid.topology.GraphNodeList
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.Graph the graph represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentGraphNodes
Description

Gets the parents of this graph.

Returnosid.topology.GraphNodeList the parents of this graph
Compliancemandatory This method must be implemented.
MethodgetChildGraphNodes
Description

Gets the children of this graph.

Returnosid.topology.GraphNodeList the children of this graph
Compliancemandatory This method must be implemented.