|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.gold.java.AboraHeaper
|
+--org.abora.gold.xpp.basic.Heaper
|
+--org.abora.gold.cobbler.Cookbook
| Field Summary |
| Fields inherited from class org.abora.gold.xpp.basic.Heaper |
AllBlasts, BecomeMap, GarbageCount, InGC, InitializedClasses, InitializingClasses, LastMemory, NextClientRequestNumber, NotOneElementSignal, PackageTable, PromiseNameTable, StringHashSBoxes |
| Fields inherited from class org.abora.gold.java.AboraHeaper |
ActiveClubs, CurrentAuthor, CurrentBertCanopyCache, CurrentBertCrum, CurrentChunk, CurrentGrandMap, CurrentKeyMaster, CurrentPacker, CurrentSensorCanopyCache, CurrentServer, CurrentSession, CurrentSessions, CurrentTrace, InitialEditClub, InitialOwner, InitialReadClub, InitialSponsor, InsideTransactionFlag |
| Constructor Summary | |
Cookbook()
|
|
| Method Summary | |
int |
actualHashForEqual()
|
Category |
bootCategory()
|
static Cookbook |
declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine)
Create and register a cookbook. |
static Cookbook |
declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2)
Create and register a cookbook. |
static Cookbook |
declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2,
Recipe cuisine3)
Create and register a cookbook. |
static Cookbook |
declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2,
Recipe cuisine3,
Recipe cuisine4)
Create and register a cookbook. |
Recipe |
fetchRecipe(Category cat)
|
Category |
getCategoryFor(IntegerVar no)
|
Recipe |
getRecipe(Category cat)
|
java.lang.String |
id()
return a string that uniquely determines the version of the cookbook. |
boolean |
isEqual(java.lang.Object other)
|
static Heaper |
make()
Just return the empty cookbook. |
static Heaper |
make(Category bootCat)
Return the cookbook registered for the given bootCategory. |
static Heaper |
make(java.lang.String id)
Return the cookbook registered for the given string. |
Cookbook |
next()
|
IntegerVar |
numberOfCategory(Category cat)
|
void |
printOn(java.io.PrintWriter oo)
|
PtrArray |
recipes()
|
| Methods inherited from class org.abora.gold.java.AboraHeaper |
asOop, basicInspect, displayString, error, hack, halt, inspect, knownBug, mightNotImplement, REQUIRES, shouldImplement, shouldNotImplement, stubbleForSubclassResponsibility, thingToDo, willNotImplement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Cookbook()
| Method Detail |
public Category bootCategory()
public Recipe fetchRecipe(Category cat)
public Category getCategoryFor(IntegerVar no)
public Recipe getRecipe(Category cat)
public java.lang.String id()
public Cookbook next()
public IntegerVar numberOfCategory(Category cat)
public PtrArray recipes()
public void printOn(java.io.PrintWriter oo)
printOn in class Heaperpublic int actualHashForEqual()
actualHashForEqual in class Heaperpublic boolean isEqual(java.lang.Object other)
public static Cookbook declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine)
public static Cookbook declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2)
public static Cookbook declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2,
Recipe cuisine3)
public static Cookbook declareCookbook(java.lang.String id,
Category bootCat,
Recipe cuisine1,
Recipe cuisine2,
Recipe cuisine3,
Recipe cuisine4)
public static Heaper make()
public static Heaper make(Category bootCat)
public static Heaper make(java.lang.String id)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||