public interface LocationNode 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 LocationHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
LocationNodeList |
getChildLocationNodes()
Gets the children of this location.
|
Location |
getLocation()
Gets the
Location at this node. |
LocationNodeList |
getParentLocationNodes()
Gets the parents of this location.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredLocation getLocation()
Location at this node.mandatory - This method must be implemented. LocationNodeList getParentLocationNodes()
id mandatory - This method must be implemented. LocationNodeList getChildLocationNodes()
mandatory - This method must be implemented.