Uses of Class
org.ow2.clif.scenario.isac.engine.instructions.NChoiceInstruction.Choice

Packages that use NChoiceInstruction.Choice
org.ow2.clif.scenario.isac.engine.instructions   
 

Uses of NChoiceInstruction.Choice in org.ow2.clif.scenario.isac.engine.instructions
 

Fields in org.ow2.clif.scenario.isac.engine.instructions with type parameters of type NChoiceInstruction.Choice
 java.util.ArrayList<NChoiceInstruction.Choice> NChoiceInstruction.choices
           
 

Constructor parameters in org.ow2.clif.scenario.isac.engine.instructions with type arguments of type NChoiceInstruction.Choice
NChoiceInstruction(int total, java.util.ArrayList<NChoiceInstruction.Choice> choices)