OSID Logo
OSID Specifications
dictionary package
Version 3.1.0
Interfaceosid.dictionary.DictionaryNode
Implementsosid.OsidNode
Used Byosid.dictionary.DictionaryHierarchySession
osid.dictionary.DictionaryNodeList
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 DictionaryHierarchySession.

MethodgetDictionary
Description

Gets the Dictionary at this node.

Returnosid.dictionary.Dictionary the dictionary represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentDictionaryNodes
Description

Gets the parents of this dictionary.

Returnosid.dictionary.DictionaryNodeList the parents of this dictionary
Compliancemandatory This method must be implemented.
MethodgetChildDictionaryNodes
Description

Gets the children of this dictionary.

Returnosid.dictionary.DictionaryNodeList the children of this dictionary
Compliancemandatory This method must be implemented.