Interface NOPReliabilityInterpreter.Factory
-
- All Superinterfaces:
Extension
,RDSeffSwitchContributionFactory
- All Known Implementing Classes:
NOPReliabilityInterpreter_Factory_Impl
- Enclosing class:
- NOPReliabilityInterpreter
@AssistedFactory public static interface NOPReliabilityInterpreter.Factory extends RDSeffSwitchContributionFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory
RDSeffSwitchContributionFactory.RDSeffElementDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NOPReliabilityInterpreter
create(RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
default Switch<InterpreterResult>
createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
-
-
Method Detail
-
createRDSeffSwitch
default Switch<InterpreterResult> createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
- Specified by:
createRDSeffSwitch
in interfaceRDSeffSwitchContributionFactory
- Parameters:
context
- Default context for the pcm interpreter.parentSwitch
- The composed switch which is containing the created switch- Returns:
- a composable switch
-
create
NOPReliabilityInterpreter create(RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
-