public interface FoundryNode 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 FoundryHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
FoundryNodeList |
getChildFoundryNodes()
Gets the children of this foundry.
|
Foundry |
getFoundry()
Gets the
Foundry at this node. |
FoundryNodeList |
getParentFoundryNodes()
Gets the parents of this foundry.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredFoundry getFoundry()
Foundry at this node.mandatory - This method must be implemented. FoundryNodeList getParentFoundryNodes()
mandatory - This method must be implemented. FoundryNodeList getChildFoundryNodes()
mandatory - This method must be implemented.