org.ow2.clif.scenario.isac.engine.nodes
Class NChoiceNode.ChoiceNode

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.nodes.NChoiceNode.ChoiceNode
Enclosing class:
NChoiceNode

public class NChoiceNode.ChoiceNode
extends java.lang.Object


Field Summary
 java.util.ArrayList<InstructionNode> instructions
           
 java.lang.String proba
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proba

public java.lang.String proba

instructions

public java.util.ArrayList<InstructionNode> instructions