Interface | osid.recipe.CookbookNode | ||
---|---|---|---|
Implements | osid.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
| ||
Method | getCookbook | ||
Description |
Gets the | ||
Return | osid.recipe.Cookbook | the cook book represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentCookbookNodes | ||
Description |
Gets the parents of this cookbook. | ||
Return | osid.recipe.CookbookNodeList | the parents of this cookbook | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildCookbookNodes | ||
Description |
Gets the children of this cookbook. | ||
Return | osid.recipe.CookbookNodeList | the children of this cook book | |
Compliance | mandatory | This method must be implemented. |