OSID Logo
OSID Specifications
recipe package
Version 3.0.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.Cookbookthe cookbook represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCookbookNodes
Description

Gets the parents of this cookbook.

Returnosid.recipe.CookbookNodeListthe parents of this cookbook
CompliancemandatoryThis method must be implemented.
MethodgetChildCookbookNodes
Description

Gets the children of this cookbook.

Returnosid.recipe.CookbookNodeListthe children of this cookbook
CompliancemandatoryThis method must be implemented.