Index - All Packages - All Categories - All Classes

Class Cookbook


Package: Udanax-Gold
All Superclasses: Object Heaper
Immediate Subclasses: ActualCookbook
Protocols: Object
Categories: Xanadu-cobbler

Class Methods

declareCookbook: id with: bootCat with: cuisine

Create and register a cookbook. The cookbook can be looked up according to etiher its name or bootCategory.

declareCookbook: id with: bootCat with: cuisine1 with: cuisine2

Create and register a cookbook. The cookbook can be looked up according to etiher its name or bootCategory.

declareCookbook: id with: bootCat with: cuisine1 with: cuisine2 with: cuisine3

Create and register a cookbook. The cookbook can be looked up according to etiher its name or bootCategory.

declareCookbook: id with: bootCat with: cuisine1 with: cuisine2 with: cuisine3 with: cuisine4

Create and register a cookbook. The cookbook can be looked up according to etiher its name or bootCategory.

make

Just return the empty cookbook.

makeCategory: bootCat

Return the cookbook registered for the given bootCategory.

Overridden by: ActualCookbook class

makeString: id

Return the cookbook registered for the given string.

Overridden by: ActualCookbook class

Instance Methods

actualHashForEqual


bootCategory



Overridden by: ActualCookbook

fetchRecipe: cat



Overridden by: ActualCookbook

getCategoryFor: no



Overridden by: ActualCookbook

getRecipe: cat



Overridden by: ActualCookbook

id

return a string that uniquely determines the version of the cookbook. It
should change whenever classes are added or removed, or when their storage
or transmission protocol changes

Overridden by: ActualCookbook

isEqual: other


next



Overridden by: ActualCookbook

numberOfCategory: cat



Overridden by: ActualCookbook

printOn: oo



Overrides: Object
Overridden by: ActualCookbook

recipes



Overridden by: ActualCookbook


Index - All Packages - All Categories - All Classes