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
Abstract Factory used by the extensible behaviour switches extension point.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptioncreateRDSeffSwitch
(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
Method Details
-
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
-