Package org.palladiosimulator.simulizar
Interface SimuLizarCoreComponent.Builder
-
- All Known Subinterfaces:
SimuLizarComponent.Builder
- Enclosing interface:
- SimuLizarCoreComponent
@Builder public static interface SimuLizarCoreComponent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimuLizarCoreComponent.Builder
blackboard(de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard delegate)
Sets the blackboard for the core component to construct.SimuLizarCoreComponent
build()
Creates a new component instance.SimuLizarCoreComponent.Builder
cancelationDelegate(SimulationCancelationDelegate delegate)
Sets the cancelation delegate for the core component to construct.SimuLizarCoreComponent.Builder
configuration(SimuLizarWorkflowConfiguration configuration)
Sets the workflow configuration for the core component to construct.
-
-
-
Method Detail
-
cancelationDelegate
@BindsInstance SimuLizarCoreComponent.Builder cancelationDelegate(SimulationCancelationDelegate delegate)
Sets the cancelation delegate for the core component to construct.
-
configuration
@BindsInstance SimuLizarCoreComponent.Builder configuration(SimuLizarWorkflowConfiguration configuration)
Sets the workflow configuration for the core component to construct.
-
blackboard
@BindsInstance SimuLizarCoreComponent.Builder blackboard(de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard delegate)
Sets the blackboard for the core component to construct.
-
build
SimuLizarCoreComponent build()
Creates a new component instance.
-
-