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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNChoiceNode.ChoiceNode
-
Field Summary
Fields Modifier and Type Field Description java.util.Collection<NChoiceNode.ChoiceNode>choices
-
Constructor Summary
Constructors Constructor Description NChoiceNode(org.jdom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile(java.util.Map<java.lang.String,PlugIn> plugIns, java.util.ArrayList<Instruction> code, java.util.Stack<TestInstruction> conditions)java.lang.StringBuilderindentedToString(int indent, java.lang.StringBuilder str)
-
-
-
Field Detail
-
choices
public java.util.Collection<NChoiceNode.ChoiceNode> choices
-
-
Constructor Detail
-
NChoiceNode
public NChoiceNode(org.jdom.Element element) throws NodeException- Throws:
NodeException
-
-
Method Detail
-
indentedToString
public java.lang.StringBuilder indentedToString(int indent, java.lang.StringBuilder str)- Specified by:
indentedToStringin interfaceInstructionNode
-
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:
compilein interfaceInstructionNode- Throws:
java.lang.Exception
-
-