OSID Logo
OSID Specifications
mapping package
Version 3.1.0
Interfaceosid.mapping.MapNode
Implementsosid.OsidNode
Used Byosid.mapping.MapHierarchySession
osid.mapping.MapNodeList
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 MapHierarchySession.

MethodgetMap
Description

Gets the Map at this node.

Returnosid.mapping.Map the map represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentMapNodes
Description

Gets the parents of this map.

Returnosid.mapping.MapNodeList the parents of this map
Compliancemandatory This method must be implemented.
MethodgetChildMapNodes
Description

Gets the children of this map.

Returnosid.mapping.MapNodeList the children of this map
Compliancemandatory This method must be implemented.