Class RerunSimulationWorkflowLauncher
- java.lang.Object
-
- de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate<WorkflowConfigurationType,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
-
- de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<WorkflowConfigurationType>
-
- org.palladiosimulator.analyzer.workflow.configurations.AbstractPCMLaunchConfigurationDelegate<SimuComWorkflowConfiguration>
-
- de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComWorkflowLauncher
-
- de.uka.ipd.sdq.simucom.rerunsimulation.runconfig.RerunSimulationWorkflowLauncher
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
public class RerunSimulationWorkflowLauncher extends SimuComWorkflowLauncher
This class creates the RerunSimulationJob which is needed for rerunning the simulation without having to delete the original data
-
-
Constructor Summary
Constructors Constructor Description RerunSimulationWorkflowLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.uka.ipd.sdq.workflow.jobs.IJob
createWorkflowJob(SimuComWorkflowConfiguration config, ILaunch launch)
protected SimuComWorkflowConfiguration
deriveConfiguration(ILaunchConfiguration configuration, String mode)
-
Methods inherited from class de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComWorkflowLauncher
setupLogging
-
Methods inherited from class de.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
createBlackboard, createWorkflow
-
Methods inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
createExceptionHandler, getLogLevel, getProcess, launch, setupLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate
showCommandLine
-
-
-
-
Method Detail
-
deriveConfiguration
protected SimuComWorkflowConfiguration deriveConfiguration(ILaunchConfiguration configuration, String mode) throws CoreException
- Overrides:
deriveConfiguration
in classSimuComWorkflowLauncher
- Throws:
CoreException
-
createWorkflowJob
protected de.uka.ipd.sdq.workflow.jobs.IJob createWorkflowJob(SimuComWorkflowConfiguration config, ILaunch launch) throws CoreException
- Overrides:
createWorkflowJob
in classSimuComWorkflowLauncher
- Throws:
CoreException
-
-