Class RDSeffPerformanceSwitch
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- org.palladiosimulator.pcm.seff.seff_performance.util.SeffPerformanceSwitch<InterpreterResult>
-
- org.palladiosimulator.simulizar.interpreter.RDSeffPerformanceSwitch
-
public class RDSeffPerformanceSwitch extends org.palladiosimulator.pcm.seff.seff_performance.util.SeffPerformanceSwitch<InterpreterResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RDSeffPerformanceSwitch.Factory
-
Constructor Summary
Constructors Constructor Description RDSeffPerformanceSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch, de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> allocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> rcAccess, ComposedStructureInnerSwitch.Factory composedSwitchFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreterResult
caseInfrastructureCall(org.palladiosimulator.pcm.seff.seff_performance.InfrastructureCall infrastructureCall)
InterpreterResult
caseParametricResourceDemand(org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand parametricResourceDemand)
InterpreterResult
caseResourceCall(org.palladiosimulator.pcm.seff.seff_performance.ResourceCall resourceCall)
-
-
-
Constructor Detail
-
RDSeffPerformanceSwitch
@AssistedInject public RDSeffPerformanceSwitch(@Assisted InterpreterDefaultContext context, @Assisted RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch, de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> allocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> rcAccess, ComposedStructureInnerSwitch.Factory composedSwitchFactory)
-
-
Method Detail
-
caseParametricResourceDemand
public InterpreterResult caseParametricResourceDemand(org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand parametricResourceDemand)
- Overrides:
caseParametricResourceDemand
in classorg.palladiosimulator.pcm.seff.seff_performance.util.SeffPerformanceSwitch<InterpreterResult>
-
caseResourceCall
public InterpreterResult caseResourceCall(org.palladiosimulator.pcm.seff.seff_performance.ResourceCall resourceCall)
- Overrides:
caseResourceCall
in classorg.palladiosimulator.pcm.seff.seff_performance.util.SeffPerformanceSwitch<InterpreterResult>
-
caseInfrastructureCall
public InterpreterResult caseInfrastructureCall(org.palladiosimulator.pcm.seff.seff_performance.InfrastructureCall infrastructureCall)
- Overrides:
caseInfrastructureCall
in classorg.palladiosimulator.pcm.seff.seff_performance.util.SeffPerformanceSwitch<InterpreterResult>
-
-