Class QVTOTransformationExecutor

java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOTransformationExecutor

public class QVTOTransformationExecutor extends Object
  • Field Details

    • internalExecutor

      protected org.eclipse.m2m.qvt.oml.TransformationExecutor internalExecutor
  • Constructor Details

    • QVTOTransformationExecutor

      public QVTOTransformationExecutor(URI uri)
    • QVTOTransformationExecutor

      public QVTOTransformationExecutor(URI uri, EPackage.Registry registry)
  • Method Details

    • 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)