Class QVTOTransformationExecutor
- java.lang.Object
-
- org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOTransformationExecutor
-
public class QVTOTransformationExecutor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.m2m.qvt.oml.TransformationExecutorinternalExecutor
-
Constructor Summary
Constructors Constructor Description QVTOTransformationExecutor(URI uri)QVTOTransformationExecutor(URI uri, EPackage.Registry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.m2m.qvt.oml.ExecutionDiagnosticexecute(org.eclipse.m2m.qvt.oml.ExecutionContext executionContext, org.eclipse.m2m.qvt.oml.ModelExtent... modelParameters)booleanisInUse()DiagnosticloadTransformation()DiagnosticloadTransformation(IProgressMonitor monitor)protected voidsetUpInternalExecutor(URI uri, Optional<EPackage.Registry> registry)
-
-
-
Constructor Detail
-
QVTOTransformationExecutor
public QVTOTransformationExecutor(URI uri)
-
QVTOTransformationExecutor
public QVTOTransformationExecutor(URI uri, EPackage.Registry registry)
-
-
Method Detail
-
loadTransformation
public Diagnostic loadTransformation()
-
loadTransformation
public Diagnostic loadTransformation(IProgressMonitor monitor)
-
execute
public org.eclipse.m2m.qvt.oml.ExecutionDiagnostic execute(org.eclipse.m2m.qvt.oml.ExecutionContext executionContext, org.eclipse.m2m.qvt.oml.ModelExtent... modelParameters)
-
isInUse
public boolean isInUse()
-
setUpInternalExecutor
protected void setUpInternalExecutor(URI uri, Optional<EPackage.Registry> registry)
-
-