OSID Logo
OSID Specifications
dictionary package
Version 3.0.0
Release Candidate Preview
Interfaceosid.dictionary.DictionaryNode
Implementsosid.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 DictionaryHierarchySession.

MethodgetDictionary
Description

Gets the Dictionary at this node.

Returnosid.dictionary.Dictionarythe dictionary represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentDictionaryNodes
Description

Gets the parents of this dictionary.

Returnosid.dictionary.DictionaryNodeListthe parents of this dictionary
CompliancemandatoryThis method must be implemented.
MethodgetChildDictionaryNodes
Description

Gets the children of this dictionary.

Returnosid.dictionary.DictionaryNodeListthe children of this dictionary
CompliancemandatoryThis method must be implemented.