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
Modifier and TypeMethodDescriptiondefault Switch<InterpreterResult>
createRDSeffSwitch
(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
Method Details
-
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)
-