Class PCMWorkflowJobBuilder
java.lang.Object
org.palladiosimulator.analyzer.workflow.jobs.PCMWorkflowJobBuilder
Builder for jobs with configurations of type
AbstractPCMWorkflowRunConfiguration
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract de.uka.ipd.sdq.workflow.jobs.IJob
Template method which returns a new job for the given configuration.
-
Constructor Details
-
PCMWorkflowJobBuilder
public PCMWorkflowJobBuilder()
-
-
Method Details
-
buildJob
public abstract de.uka.ipd.sdq.workflow.jobs.IJob buildJob(AbstractPCMWorkflowRunConfiguration config) Template method which returns a new job for the given configuration.- Parameters:
config
- The configuration for the job.- Returns:
- Executable job.
-