public interface DictionaryNode 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 DictionaryHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
DictionaryNodeList |
getChildDictionaryNodes()
Gets the children of this dictionary.
|
Dictionary |
getDictionary()
Gets the
Dictionary at this node. |
DictionaryNodeList |
getParentDictionaryNodes()
Gets the parents of this dictionary.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredDictionary getDictionary()
Dictionary at this node.mandatory - This method must be implemented. DictionaryNodeList getParentDictionaryNodes()
mandatory - This method must be implemented. DictionaryNodeList getChildDictionaryNodes()
mandatory - This method must be implemented.