Class AbstractRDSeffSwitchFactory
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.AbstractRDSeffSwitchFactory
-
public abstract class AbstractRDSeffSwitchFactory extends Object
Abstract Factory used by the extensible behaviour switches extension point.
-
-
Constructor Summary
Constructors Constructor Description AbstractRDSeffSwitchFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Switch<Object>
createRDSeffSwitch(InterpreterDefaultContext context, SimulatedBasicComponentInstance basicComponentInstance, ExplicitDispatchComposedSwitch<Object> parentSwitch)
-
-
-
Method Detail
-
createRDSeffSwitch
protected abstract Switch<Object> createRDSeffSwitch(InterpreterDefaultContext context, SimulatedBasicComponentInstance basicComponentInstance, ExplicitDispatchComposedSwitch<Object> parentSwitch)
- Parameters:
context
- Default context for the pcm interpreter.basicComponentInstance
- Simulated componentparentSwitch
- The composed switch which is containing the created switch- Returns:
- a composable switch
-
-