Class GroupNode
- java.lang.Object
-
- org.ow2.clif.scenario.isac.engine.nodes.GroupNode
-
public class GroupNode extends java.lang.Object- Author:
- Emmanuel Varoquaux
-
-
Constructor Summary
Constructors Constructor Description GroupNode(org.jdom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprint()
-
-
-
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
-
-