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

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.instructions.NChoiceInstruction.Choice
Enclosing class:
NChoiceInstruction

public static class NChoiceInstruction.Choice
extends java.lang.Object


Field Summary
 int label
           
 int proba
           
 
Constructor Summary
NChoiceInstruction.Choice(int proba, int label)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proba

public int proba

label

public int label
Constructor Detail

NChoiceInstruction.Choice

public NChoiceInstruction.Choice(int proba,
                                 int label)