Interface CookbookNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface CookbookNode extends OsidNode

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 .

  • Method Details

    • getCookbook

      Cookbook getCookbook()
      Gets the Cookbook at this node.
      Returns:
      the cookbook represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentCookbookNodes

      CookbookNodeList getParentCookbookNodes()
      Gets the parents of this cookbook.
      Returns:
      the parents of this cookbook
      Compliance:
      mandatory - This method must be implemented.
    • getChildCookbookNodes

      CookbookNodeList getChildCookbookNodes()
      Gets the children of this cookbook.
      Returns:
      the children of this cookbook
      Compliance:
      mandatory - This method must be implemented.