Class RecipeDescriptorTree

  • All Implemented Interfaces:
    Comparable<RecipeDescriptorTree>

    public class RecipeDescriptorTree
    extends Object
    implements Comparable<RecipeDescriptorTree>
    Used for traversing around the collection of available RecipeDescriptors in the environment.

    It's not the most "proper" tree in the world, since these hold both data for a "directory" of recipes as well as RecipeDescriptors themselves. But it's not the end of the world.