OSID Logo
OSID Specifications
lexicon package
Version 3.1.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.Press the press represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentPressNodes
Description

Gets the parents of this press.

Returnosid.lexicon.PressNodeList the parents of this press
Compliancemandatory This method must be implemented.
MethodgetChildPressNodes
Description

Gets the children of this press.

Returnosid.lexicon.PressNodeList the children of this press
Compliancemandatory This method must be implemented.