Class WorkflowLaunchConfigurationBuilderInitialized
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractSystemEvent
org.palladiosimulator.analyzer.slingshot.workflow.events.WorkflowLaunchConfigurationBuilderInitialized
- All Implemented Interfaces:
SlingshotEvent
,SystemEvent
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowLaunchConfigurationBuilderInitialized
(ILaunchConfiguration launchConfiguration, PCMWorkflowConfiguration pcmWorkflowConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionforEach()
void
getConfiguration
(String key, String defaultStr, BiConsumer<PCMWorkflowConfiguration, Object> toLaunchConfig) Methods inherited from class org.palladiosimulator.analyzer.slingshot.common.events.AbstractSystemEvent
getName
Methods inherited from class org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
getId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.analyzer.slingshot.common.events.SlingshotEvent
getId
-
Constructor Details
-
WorkflowLaunchConfigurationBuilderInitialized
public WorkflowLaunchConfigurationBuilderInitialized(ILaunchConfiguration launchConfiguration, PCMWorkflowConfiguration pcmWorkflowConfiguration)
-
-
Method Details
-
getConfiguration
public void getConfiguration(String key, String defaultStr, BiConsumer<PCMWorkflowConfiguration, Object> toLaunchConfig) -
forEach
-