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

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

public class Util
extends java.lang.Object

Author:
Emmanuel Varoquaux

Constructor Summary
Util()
           
 
Method Summary
static java.util.ArrayList<InstructionNode> analyseBlock(java.util.ListIterator i)
           
protected static java.util.Map<java.lang.String,java.lang.String> analyseParams(org.jdom.Element element)
           
protected static java.lang.StringBuilder stringIndent(int indent, java.lang.StringBuilder str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

analyseBlock

public static java.util.ArrayList<InstructionNode> analyseBlock(java.util.ListIterator i)
                                                         throws NodeException
Throws:
NodeException

analyseParams

protected static java.util.Map<java.lang.String,java.lang.String> analyseParams(org.jdom.Element element)
                                                                         throws NodeException
Throws:
NodeException

stringIndent

protected static java.lang.StringBuilder stringIndent(int indent,
                                                      java.lang.StringBuilder str)