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
This class creates the RerunSimulationJob which is needed for rerunning the simulation without
having to delete the original data
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate
DETAILED_LOG_PATTERN, SHORT_LOG_PATTERN, VERBOSE_LOGGING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
configureLogging, 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
-
Constructor Details
-
RerunSimulationWorkflowLauncher
public RerunSimulationWorkflowLauncher()
-
-
Method Details
-
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
-