Interface IConfigurator
-
public interface IConfigurator
Interface to modify workflow configurations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(SimuLizarWorkflowConfiguration configuration, de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard)
Configures a workflow configuration.
-
-
-
Method Detail
-
configure
void configure(SimuLizarWorkflowConfiguration configuration, de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard)
Configures a workflow configuration.- Parameters:
configuration
- the workflow configuration to be configured.blackboard
- the blackboard the workflow can access.
-
-