org.ow2.clif.scenario.isac.engine.nodes
Class BehaviorNode

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.nodes.BehaviorNode

public class BehaviorNode
extends java.lang.Object

Author:
Emmanuel Varoquaux

Field Summary
 java.lang.String id
           
 java.util.ArrayList<InstructionNode> instructions
           
 
Constructor Summary
BehaviorNode(org.jdom.Element element)
           
 
Method Summary
 void compile(java.util.Map<java.lang.String,PlugIn> plugIns, java.util.ArrayList<Instruction> code)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id

instructions

public java.util.ArrayList<InstructionNode> instructions
Constructor Detail

BehaviorNode

public BehaviorNode(org.jdom.Element element)
             throws NodeException
Throws:
NodeException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compile

public void compile(java.util.Map<java.lang.String,PlugIn> plugIns,
                    java.util.ArrayList<Instruction> code)
             throws java.lang.Exception
Throws:
java.lang.Exception