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

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

public class GroupNode
extends java.lang.Object

Author:
Emmanuel Varoquaux

Field Summary
 java.lang.String behavior
           
 boolean forceStop
           
 java.util.ArrayList<RampNode> ramps
           
 
Constructor Summary
GroupNode(org.jdom.Element element)
           
 
Method Summary
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

behavior

public java.lang.String behavior

forceStop

public boolean forceStop

ramps

public java.util.ArrayList<RampNode> ramps
Constructor Detail

GroupNode

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

print

public void print()