Class ExperimentAutomationWorkflowLauncher

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<ExperimentAutomationConfiguration>
org.palladiosimulator.experimentautomation.application.workflow.ExperimentAutomationWorkflowLauncher
All Implemented Interfaces:
ILaunchConfigurationDelegate

public class ExperimentAutomationWorkflowLauncher extends de.uka.ipd.sdq.workflow.mdsd.core.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<ExperimentAutomationConfiguration>
  • Constructor Details

    • ExperimentAutomationWorkflowLauncher

      public ExperimentAutomationWorkflowLauncher()
  • Method Details

    • createWorkflow

      protected de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard> createWorkflow(ExperimentAutomationConfiguration workflowConfiguration, IProgressMonitor monitor, ILaunch launch) throws CoreException
      Overrides:
      createWorkflow in class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate<ExperimentAutomationConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
      Throws:
      CoreException
    • createExceptionHandler

      protected de.uka.ipd.sdq.workflow.WorkflowExceptionHandler createExceptionHandler(boolean interactive)
      Specified by:
      createExceptionHandler in class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate<ExperimentAutomationConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
    • deriveConfiguration

      protected ExperimentAutomationConfiguration deriveConfiguration(ILaunchConfiguration configuration, String mode) throws CoreException
      Specified by:
      deriveConfiguration in class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate<ExperimentAutomationConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
      Throws:
      CoreException
    • setupLogging

      protected List<de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct> setupLogging(org.apache.log4j.Level logLevel) throws CoreException
      Overrides:
      setupLogging in class de.uka.ipd.sdq.workflow.mdsd.core.AbstractWorkflowBasedMDSDLaunchConfigurationDelegate<ExperimentAutomationConfiguration>
      Throws:
      CoreException
    • createWorkflowJob

      protected de.uka.ipd.sdq.workflow.jobs.IJob createWorkflowJob(ExperimentAutomationConfiguration config, ILaunch launch) throws CoreException
      Specified by:
      createWorkflowJob in class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedLaunchConfigurationDelegate<ExperimentAutomationConfiguration,de.uka.ipd.sdq.workflow.BlackboardBasedWorkflow<de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard>>
      Throws:
      CoreException