com.hammurapi.flow.runtime
Class FlowCompiler

java.lang.Object
  extended by com.hammurapi.flow.runtime.FlowCompiler

public class FlowCompiler
extends Object

Transforms flow definition to config definition.

Author:
Pavel Vlasov

Constructor Summary
FlowCompiler()
           
 
Method Summary
 Flow compile(Flow flow)
          Compiles flow definition to object definition.
static boolean isCompiled(Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowCompiler

public FlowCompiler()
Method Detail

compile

public Flow compile(Flow flow)
             throws ConfigurationException
Compiles flow definition to object definition.

Parameters:
flow - Flow definition.
Throws:
ConfigurationException

isCompiled

public static boolean isCompiled(Flow flow)