|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswarm.BaseImpl
swarm.objectbase.SwarmObjectImpl
Recipe
Recipe.java This class is used to read the recipes and their code from the worksheet. Recipes are converted in the intermediate format of jES and ready to be assigned to a List
Constructor Summary | |
Recipe(swarm.defobj.Zone aZone)
|
Method Summary | |
int |
getLength()
Returns the length of the recipe in the intermediate format) |
int |
getRecipeCode()
Returns the code of the recipe |
java.lang.String |
getRecipeName()
Returns the name of the recipe |
int[] |
getRecipeSteps()
Returns the steps (in the intermediate format) of the recipe |
void |
setRecipeFrom(ExcelReader e)
This method is used to store the intermediate format of a recipe in a List. |
Methods inherited from class swarm.objectbase.SwarmObjectImpl |
compare, describe, describeID, drop, getCompleteProbeMap, getDisplayName, getName, getProbeForMessage, getProbeForVariable, getProbeMap, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Recipe(swarm.defobj.Zone aZone)
Method Detail |
public void setRecipeFrom(ExcelReader e)
public java.lang.String getRecipeName()
public int getRecipeCode()
public int[] getRecipeSteps()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |