Class PCMSolverReliabilityLaunchConfigurationDelegate
- 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<org.palladiosimulator.solver.runconfig.PCMSolverWorkflowRunConfiguration>
-
- org.palladiosimulator.solver.runconfig.PCMSolverLaunchConfigurationDelegate
-
- org.palladiosimulator.reliability.solver.runconfig.PCMSolverReliabilityLaunchConfigurationDelegate
-
- All Implemented Interfaces:
ILaunchConfigurationDelegate
public class PCMSolverReliabilityLaunchConfigurationDelegate extends org.palladiosimulator.solver.runconfig.PCMSolverLaunchConfigurationDelegateLaunches the PCM Solver for Reliability analysis. The extension point org.eclipse.debug.core.launchConfigurationTypes in the plugin.xml refers to this class. The class inherits from the eclipse-internal launch configuration delegate.
-
-
Constructor Summary
Constructors Constructor Description PCMSolverReliabilityLaunchConfigurationDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.uka.ipd.sdq.workflow.jobs.IJobcreateWorkflowJob(org.palladiosimulator.solver.runconfig.PCMSolverWorkflowRunConfiguration config, ILaunch launch)protected org.palladiosimulator.solver.runconfig.PCMSolverWorkflowRunConfigurationderiveConfiguration(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(org.palladiosimulator.solver.runconfig.PCMSolverWorkflowRunConfiguration config, ILaunch launch) throws CoreException- Overrides:
createWorkflowJobin classorg.palladiosimulator.solver.runconfig.PCMSolverLaunchConfigurationDelegate- Throws:
CoreException
-
deriveConfiguration
protected org.palladiosimulator.solver.runconfig.PCMSolverWorkflowRunConfiguration deriveConfiguration(ILaunchConfiguration configuration, String mode) throws CoreException
- Overrides:
deriveConfigurationin classorg.palladiosimulator.solver.runconfig.PCMSolverLaunchConfigurationDelegate- Throws:
CoreException
-
setupLogging
protected ArrayList<de.uka.ipd.sdq.workflow.logging.console.LoggerAppenderStruct> setupLogging(org.apache.log4j.Level logLevel) throws CoreException
- Overrides:
setupLoggingin classorg.palladiosimulator.solver.runconfig.PCMSolverLaunchConfigurationDelegate- Throws:
CoreException
-
-