org.ow2.clif.scenario.isac.engine.nodes
Class PreemptiveNode
java.lang.Object
org.ow2.clif.scenario.isac.engine.nodes.PreemptiveNode
- All Implemented Interfaces:
- InstructionNode
public class PreemptiveNode
- extends java.lang.Object
- Author:
- Emmanuel Varoquaux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructions
public java.util.ArrayList<InstructionNode> instructions
condition
public ConditionNode condition
PreemptiveNode
public PreemptiveNode(org.jdom.Element element)
throws NodeException
- Throws:
NodeException
indentedToString
public java.lang.StringBuilder indentedToString(int indent,
java.lang.StringBuilder str)
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
- Throws:
java.lang.Exception
analyseConditionedBlock
protected java.util.ArrayList<InstructionNode> analyseConditionedBlock(org.jdom.Element element)
throws NodeException
- Throws:
NodeException