Class QVTOTransformationExecutor
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOTransformationExecutor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.m2m.qvt.oml.TransformationExecutor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.m2m.qvt.oml.ExecutionDiagnosticexecute(org.eclipse.m2m.qvt.oml.ExecutionContext executionContext, org.eclipse.m2m.qvt.oml.ModelExtent... modelParameters) booleanisInUse()loadTransformation(IProgressMonitor monitor) protected voidsetUpInternalExecutor(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
-