Class PathChangerJob
java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.simulizar.PathChangerJob
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.jobs.IJob
This job modifies the paths to PCM Models in the
SimuLizarWorkflowConfiguration
to the temporary model created by
PerOpteryx and stored by SimulizarJob
.-
Constructor Summary
ConstructorDescriptionPathChangerJob
(org.palladiosimulator.simulizar.runconfig.SimuLizarWorkflowConfiguration configuration) Create the job -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup
(IProgressMonitor monitor) void
execute
(IProgressMonitor monitor) getName()
-
Constructor Details
-
PathChangerJob
public PathChangerJob(org.palladiosimulator.simulizar.runconfig.SimuLizarWorkflowConfiguration configuration) Create the job- Parameters:
configuration
- the configuration to be changed byAbstractCodeGenerationWorkflowRunConfiguration.getStoragePluginID()
-
-
Method Details
-
execute
public void execute(IProgressMonitor monitor) throws de.uka.ipd.sdq.workflow.jobs.JobFailedException, de.uka.ipd.sdq.workflow.jobs.UserCanceledException - Specified by:
execute
in interfacede.uka.ipd.sdq.workflow.jobs.IJob
- Throws:
de.uka.ipd.sdq.workflow.jobs.JobFailedException
de.uka.ipd.sdq.workflow.jobs.UserCanceledException
-
cleanup
public void cleanup(IProgressMonitor monitor) throws de.uka.ipd.sdq.workflow.jobs.CleanupFailedException - Specified by:
cleanup
in interfacede.uka.ipd.sdq.workflow.jobs.IJob
- Throws:
de.uka.ipd.sdq.workflow.jobs.CleanupFailedException
-
getName
- Specified by:
getName
in interfacede.uka.ipd.sdq.workflow.jobs.IJob
-