OSID Logo
OSID Specifications
mapping package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.MapNode
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 MapHierarchySession.

MethodgetMap
Description

Gets the Map at this node.

Returnosid.mapping.Mapthe map represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentMapNodes
Description

Gets the parents of this map.

Returnosid.mapping.MapNodeListthe parents of this map
CompliancemandatoryThis method must be implemented.
MethodgetChildMapNodes
Description

Gets the children of this map.

Returnosid.mapping.MapNodeListthe children of this map
CompliancemandatoryThis method must be implemented.