Class RerunSimulationWorkflowLauncher
java.lang.Object
de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate<WorkflowConfigurationType,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
de.uka.ipd.sdq.workflow.mdsd.core.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<WorkflowConfigurationType>
org.palladiosimulator.analyzer.workflow.core.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.core.AbstractWorkflowBasedLaunchConfigurationDelegate
DETAILED_LOG_PATTERN, SHORT_LOG_PATTERN, VERBOSE_LOGGING, WORKFLOW_ENGINE_DEBUG_LEVEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.uka.ipd.sdq.workflow.jobs.IJobcreateWorkflowJob(SimuComWorkflowConfiguration config, ILaunch launch) protected SimuComWorkflowConfigurationderiveConfiguration(ILaunchConfiguration configuration, String mode) Methods inherited from class de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComWorkflowLauncher
createExceptionHandler, createWorkflow, setupLoggingMethods inherited from class de.uka.ipd.sdq.workflow.mdsd.core.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate
createBlackboardMethods inherited from class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate
configureLogging, getLogLevel, getProcess, launch, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
deriveConfigurationin classSimuComWorkflowLauncher- Throws:
CoreException
-
createWorkflowJob
protected de.uka.ipd.sdq.workflow.jobs.IJob createWorkflowJob(SimuComWorkflowConfiguration config, ILaunch launch) throws CoreException - Overrides:
createWorkflowJobin classSimuComWorkflowLauncher- Throws:
CoreException
-