public interface EngineNode 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 EngineHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
EngineNodeList |
getChildEngineNodes()
Gets the children of this engine.
|
Engine |
getEngine()
Gets the
Engine at this node. |
EngineNodeList |
getParentEngineNodes()
Gets the parents of this engine.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredEngine getEngine()
Engine at this node.mandatory - This method must be implemented. EngineNodeList getParentEngineNodes()
id mandatory - This method must be implemented. EngineNodeList getChildEngineNodes()
mandatory - This method must be implemented.