OSID Logo
OSID Specifications
lexicon package
Version 3.0.0
Interfaceosid.lexicon.PressNode
Implementsosid.OsidNode
Used Byosid.lexicon.PressHierarchySession
osid.lexicon.PressNodeList
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 PressHierarchySession .

MethodgetPress
Description

Gets the Press at this node.

Returnosid.lexicon.Pressthe press represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentPressNodes
Description

Gets the parents of this press.

Returnosid.lexicon.PressNodeListthe parents of this press
CompliancemandatoryThis method must be implemented.
MethodgetChildPressNodes
Description

Gets the children of this press.

Returnosid.lexicon.PressNodeListthe children of this press
CompliancemandatoryThis method must be implemented.