com.hammurapi.flow.runtime
Class FlowCompiler
java.lang.Object
com.hammurapi.flow.runtime.FlowCompiler
public class FlowCompiler
- extends Object
Transforms flow definition to config definition.
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowCompiler
public FlowCompiler()
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)