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

MethodgetLocation
Description

Gets the Location at this node.

Returnosid.mapping.Locationthe location represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentLocationNodes
Description

Gets the parents of this location.

Returnosid.mapping.LocationNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildLocationNodes
Description

Gets the children of this location.

Returnosid.mapping.LocationNodeListthe children of this location
CompliancemandatoryThis method must be implemented.