org.ow2.clif.scenario.isac.engine.nodes
Class NChoiceNode
java.lang.Object
org.ow2.clif.scenario.isac.engine.nodes.NChoiceNode
- All Implemented Interfaces:
- InstructionNode
public class NChoiceNode
- extends java.lang.Object
- implements InstructionNode
- Author:
- Emmanuel Varoquaux
Constructor Summary |
NChoiceNode(org.jdom.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
choices
public java.util.Collection<NChoiceNode.ChoiceNode> choices
NChoiceNode
public NChoiceNode(org.jdom.Element element)
throws NodeException
- Throws:
NodeException
indentedToString
public java.lang.StringBuilder indentedToString(int indent,
java.lang.StringBuilder str)
- Specified by:
indentedToString
in interface InstructionNode
compile
public void compile(java.util.Map<java.lang.String,PlugIn> plugIns,
java.util.ArrayList<Instruction> code,
java.util.Stack<TestInstruction> conditions)
throws java.lang.Exception
- Specified by:
compile
in interface InstructionNode
- Throws:
java.lang.Exception