org.ow2.clif.scenario.isac.engine.nodes
Interface InstructionNode
- All Known Implementing Classes:
- ControlNode, IfNode, NChoiceNode, PreemptiveNode, SampleNode, TimerNode, WhileNode
public interface InstructionNode
- Author:
- Emmanuel Varoquaux
indentedToString
java.lang.StringBuilder indentedToString(int indent,
java.lang.StringBuilder str)
compile
void compile(java.util.Map<java.lang.String,PlugIn> plugIns,
java.util.ArrayList<Instruction> code,
java.util.Stack<TestInstruction> conditions)
throws java.lang.Exception
- Throws:
java.lang.Exception