public interface InquestNode 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 InquestHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
InquestNodeList |
getChildInquestNodes()
Gets the children of this inquest.
|
Inquest |
getInquest()
Gets the
Inquest at this node. |
InquestNodeList |
getParentInquestNodes()
Gets the parents of this inquest.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredInquest getInquest()
Inquest at this node.mandatory - This method must be implemented. InquestNodeList getParentInquestNodes()
mandatory - This method must be implemented. InquestNodeList getChildInquestNodes()
mandatory - This method must be implemented.