OSID Logo
OSID Specifications
mapping package
Version 3.1.0
Interfaceosid.mapping.LocationNode
Implementsosid.OsidNode
Used Byosid.mapping.LocationHierarchySession
osid.mapping.LocationNodeList
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.Location the location represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentLocationNodes
Description

Gets the parents of this location.

Returnosid.mapping.LocationNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildLocationNodes
Description

Gets the children of this location.

Returnosid.mapping.LocationNodeList the children of this location
Compliancemandatory This method must be implemented.