Class QVTOTransformationExecutor
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOTransformationExecutor
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.m2m.qvt.oml.TransformationExecutor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.m2m.qvt.oml.ExecutionDiagnostic
execute
(org.eclipse.m2m.qvt.oml.ExecutionContext executionContext, org.eclipse.m2m.qvt.oml.ModelExtent... modelParameters) boolean
isInUse()
loadTransformation
(IProgressMonitor monitor) protected void
setUpInternalExecutor
(URI uri, Optional<EPackage.Registry> registry)
-
Field Details
-
internalExecutor
protected org.eclipse.m2m.qvt.oml.TransformationExecutor internalExecutor
-
-
Constructor Details
-
QVTOTransformationExecutor
-
QVTOTransformationExecutor
-
-
Method Details
-
loadTransformation
-
loadTransformation
-
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
-