|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.engine.instructions.Instruction
org.ow2.clif.scenario.isac.engine.instructions.NChoiceInstruction
public class NChoiceInstruction
Nested Class Summary | |
---|---|
static class |
NChoiceInstruction.Choice
|
Field Summary | |
---|---|
java.util.ArrayList<NChoiceInstruction.Choice> |
choices
|
int |
total
|
Fields inherited from class org.ow2.clif.scenario.isac.engine.instructions.Instruction |
---|
CONTROL, EXIT, GOTO, NCHOICE, SAMPLE, TEST, TIMER |
Constructor Summary | |
---|---|
NChoiceInstruction(int total,
java.util.ArrayList<NChoiceInstruction.Choice> choices)
|
Method Summary | |
---|---|
int |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int total
public java.util.ArrayList<NChoiceInstruction.Choice> choices
Constructor Detail |
---|
public NChoiceInstruction(int total, java.util.ArrayList<NChoiceInstruction.Choice> choices)
Method Detail |
---|
public int getType()
getType
in class Instruction
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |