Class NChoiceInstruction
- java.lang.Object
-
- org.ow2.clif.scenario.isac.engine.instructions.Instruction
-
- org.ow2.clif.scenario.isac.engine.instructions.NChoiceInstruction
-
public class NChoiceInstruction extends Instruction
- Author:
- Emmanuel Varoquaux
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNChoiceInstruction.Choice
-
Constructor Summary
Constructors Constructor Description NChoiceInstruction(int total, java.util.ArrayList<NChoiceInstruction.Choice> choices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()java.lang.StringtoString()
-
-
-
Field Detail
-
total
public int total
-
choices
public java.util.ArrayList<NChoiceInstruction.Choice> choices
-
-
Constructor Detail
-
NChoiceInstruction
public NChoiceInstruction(int total, java.util.ArrayList<NChoiceInstruction.Choice> choices)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein classInstruction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-