|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.objectbase.SwarmObjectImpl | +--Recipe
This class is used to record the recipes and their referring number (ID), so we can assign them to a List
Field Summary | |
java.lang.String |
backslash
Flags to operate checks while reading |
java.lang.String |
checkTheCell
Flags to operate checks while reading |
java.lang.String |
computation
Flags to operate checks while reading |
java.lang.String |
end
Flags to operate checks while reading |
java.lang.String |
gate
Flags to operate checks while reading |
java.lang.String |
min
Flags to operate checks while reading |
java.lang.String |
or
Flags to operate checks while reading |
java.lang.String |
p
Flags to operate checks while reading |
java.lang.String |
sec
Flags to operate checks while reading |
java.lang.String |
semicolon
Flags to operate checks while reading |
java.lang.String |
slash
Flags to operate checks while reading |
Constructor Summary | |
Recipe(swarm.defobj.Zone aZone,
int c,
int l,
java.lang.String rN)
|
Method Summary | |
void |
computation(ExcelReader e)
This method dial with the computation choice |
void |
end(ExcelReader e)
This method dial with the end choice |
int |
errorIsNotAnInteger(ExcelReader e)
This method is used to check if a type error occur |
void |
errorIsNotAString(ExcelReader e)
This method is used to check if a type error occur |
java.lang.String |
getCheckTheCell()
|
int |
getCodeNumber()
|
int |
getLength()
|
int[] |
getOrderRecipe()
|
java.lang.String |
getRecipeName()
|
void |
minute(ExcelReader e,
int step)
|
void |
number(ExcelReader e)
This method dial with normal or batch choice |
void |
oR(ExcelReader e)
This method dial with the or choice |
void |
procurement(ExcelReader e)
This method dial with the procurement choice |
void |
second(ExcelReader e,
int step)
|
void |
setSteps(java.lang.String cTC,
ExcelReader recipeWorksheet)
|
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 |
Field Detail |
public java.lang.String semicolon
public java.lang.String checkTheCell
public java.lang.String gate
public java.lang.String p
public java.lang.String end
public java.lang.String sec
public java.lang.String min
public java.lang.String slash
public java.lang.String backslash
public java.lang.String or
public java.lang.String computation
Constructor Detail |
public Recipe(swarm.defobj.Zone aZone, int c, int l, java.lang.String rN)
Method Detail |
public int getCodeNumber()
public int[] getOrderRecipe()
public int getLength()
public java.lang.String getRecipeName()
public void setSteps(java.lang.String cTC, ExcelReader recipeWorksheet)
public java.lang.String getCheckTheCell()
public int errorIsNotAnInteger(ExcelReader e)
public void errorIsNotAString(ExcelReader e)
public void computation(ExcelReader e)
public void procurement(ExcelReader e)
public void oR(ExcelReader e)
public void end(ExcelReader e)
public void number(ExcelReader e)
public void second(ExcelReader e, int step)
public void minute(ExcelReader e, int step)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |