public interface MapNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
MapNodeList |
getChildMapNodes()
Gets the children of this map.
|
Map |
getMap()
Gets the
Map at this node. |
MapNodeList |
getParentMapNodes()
Gets the parents of this map.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredMap getMap()
Map at this node.mandatory - This method must be implemented. MapNodeList getParentMapNodes()
mandatory - This method must be implemented. MapNodeList getChildMapNodes()
mandatory - This method must be implemented.