org.eclipse.m2m.atl.engine.vm
Class ACTInterpreter
java.lang.Object
org.eclipse.m2m.atl.engine.vm.ACTInterpreter
public class ACTInterpreter
- extends java.lang.Object
ATL Composite Transformation Interpreter The ACT is read using an XML importer and loaded into a set of
Java Object. This all process could be automated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTInterpreter
public ACTInterpreter(PluginClassLoader pcl,
ModelLoader ml,
ASMModelElement root,
java.util.Map params,
java.util.Map models)
throws java.lang.Exception
- Throws:
java.lang.Exception
realMain
public static void realMain(java.lang.String[] args,
PluginClassLoader pcl)
throws java.lang.Exception
- Parameters:
args - pcl -
- Throws:
java.lang.Exception