Class EventSimWorkflowLauncher
- 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<EventSimWorkflowConfiguration>
-
- edu.kit.ipd.sdq.eventsim.launch.runconfig.EventSimWorkflowLauncher
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
public class EventSimWorkflowLauncher extends org.palladiosimulator.analyzer.workflow.configurations.AbstractPCMLaunchConfigurationDelegate<EventSimWorkflowConfiguration>
The workflow launcher registered as simulation controller at the de.uka.ipd.sdq.codegen.simucontroller.simulator extension point. Launches the workflow which starts a simulation component based simulation based on the users simulation (launch) configuration. This class is based onEventSimWorkflowLauncher
. Some code has been reused.
-
-
Constructor Summary
Constructors Constructor Description EventSimWorkflowLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.uka.ipd.sdq.workflow.jobs.IJob
createWorkflowJob(EventSimWorkflowConfiguration config, ILaunch launch)
protected EventSimWorkflowConfiguration
deriveConfiguration(ILaunchConfiguration configuration, String mode)
protected ArrayList<de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct>
setupLogging(org.apache.log4j.Level logLevel)
-
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
-
createWorkflowJob
protected de.uka.ipd.sdq.workflow.jobs.IJob createWorkflowJob(EventSimWorkflowConfiguration config, ILaunch launch) throws CoreException
- Specified by:
createWorkflowJob
in classde.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate<EventSimWorkflowConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
- Throws:
CoreException
-
deriveConfiguration
protected EventSimWorkflowConfiguration deriveConfiguration(ILaunchConfiguration configuration, String mode) throws CoreException
- Specified by:
deriveConfiguration
in classde.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedLaunchConfigurationDelegate<EventSimWorkflowConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
- Throws:
CoreException
-
setupLogging
protected ArrayList<de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct> setupLogging(org.apache.log4j.Level logLevel) throws CoreException
- Overrides:
setupLogging
in classde.uka.ipd.sdq.workflow.mdsd.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<EventSimWorkflowConfiguration>
- Throws:
CoreException
-
-