Interface | osid.dictionary.DictionaryNode | ||
---|---|---|---|
Implements | osid.OsidNode | ||
Description |
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
| ||
Method | getDictionary | ||
Description |
Gets the | ||
Return | osid.dictionary.Dictionary | the dictionary represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentDictionaryNodes | ||
Description |
Gets the parents of this dictionary. | ||
Return | osid.dictionary.DictionaryNodeList | the parents of this dictionary | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildDictionaryNodes | ||
Description |
Gets the children of this dictionary. | ||
Return | osid.dictionary.DictionaryNodeList | the children of this dictionary | |
Compliance | mandatory | This method must be implemented. |