OSID Logo
OSID Specifications
recipe package
Version 3.1.0
Interfaceosid.recipe.CookbookNode
Implementsosid.OsidNode
Used Byosid.recipe.CookbookHierarchySession
osid.recipe.CookbookNodeList
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 CookbookHierarchySession.

MethodgetCookbook
Description

Gets the Cookbook at this node.

Returnosid.recipe.Cookbook the cookbook represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentCookbookNodes
Description

Gets the parents of this cookbook.

Returnosid.recipe.CookbookNodeList the parents of this cookbook
Compliancemandatory This method must be implemented.
MethodgetChildCookbookNodes
Description

Gets the children of this cookbook.

Returnosid.recipe.CookbookNodeList the children of this cookbook
Compliancemandatory This method must be implemented.