Interface RDSeffSwitchContributionFactory
-
- All Superinterfaces:
Extension
- All Known Subinterfaces:
NOPReliabilityInterpreter.Factory
,RDSeffPerformanceSwitch.Factory
,RDSeffSwitch.Factory
- All Known Implementing Classes:
NOPReliabilityInterpreter_Factory_Impl
,RDSeffPerformanceSwitch_Factory_Impl
,RDSeffSwitch_Factory_Impl
public interface RDSeffSwitchContributionFactory extends Extension
Abstract Factory used by the extensible behaviour switches extension point.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RDSeffSwitchContributionFactory.RDSeffElementDispatcher
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Switch<InterpreterResult>
createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
-
-
Method Detail
-
createRDSeffSwitch
Switch<InterpreterResult> createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher 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
-
-