org.eclipse.m2m.qvt.oml.debug.core.launch
Class TransformationRunnerFactory
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.launch.TransformationRunnerFactory
- Direct Known Subclasses:
- DebugRunnerFactory
public class TransformationRunnerFactory
- extends java.lang.Object
Method Summary |
org.eclipse.m2m.internal.qvt.oml.TransformationRunner |
createRunner()
|
protected org.eclipse.m2m.internal.qvt.oml.TransformationRunner |
createRunner(URI transformationURI,
EPackage.Registry packageRegistry,
java.util.List<URI> modelParamURIs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transformationURI
public java.lang.String transformationURI
modelParamURI
public java.util.List<java.lang.String> modelParamURI
traceFileURI
public java.lang.String traceFileURI
packageRegistry
public EPackage.Registry packageRegistry
TransformationRunnerFactory
public TransformationRunnerFactory()
createRunner
public org.eclipse.m2m.internal.qvt.oml.TransformationRunner createRunner()
throws DiagnosticException
- Throws:
DiagnosticException
createRunner
protected org.eclipse.m2m.internal.qvt.oml.TransformationRunner createRunner(URI transformationURI,
EPackage.Registry packageRegistry,
java.util.List<URI> modelParamURIs)