Class ExplicitDispatchComposedSwitch
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- org.eclipse.emf.ecore.util.ComposedSwitch<InterpreterResult>
-
- org.palladiosimulator.simulizar.interpreter.ExplicitDispatchComposedSwitch
-
- All Implemented Interfaces:
RDSeffSwitchContributionFactory.RDSeffElementDispatcher
public class ExplicitDispatchComposedSwitch extends ComposedSwitch<InterpreterResult> implements RDSeffSwitchContributionFactory.RDSeffElementDispatcher
-
-
Constructor Summary
Constructors Constructor Description ExplicitDispatchComposedSwitch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreterResult
defaultCase(EObject eObject)
InterpreterResult
doSwitch(EClass theEClass, EObject theEObject)
-
Methods inherited from class org.eclipse.emf.ecore.util.ComposedSwitch
addSwitch, delegatedDoSwitch, findDelegate, isSwitchFor, removeSwitch
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory.RDSeffElementDispatcher
doSwitch
-
-
-
-
Method Detail
-
doSwitch
public InterpreterResult doSwitch(EClass theEClass, EObject theEObject)
- Specified by:
doSwitch
in interfaceRDSeffSwitchContributionFactory.RDSeffElementDispatcher
- Overrides:
doSwitch
in classComposedSwitch<InterpreterResult>
-
defaultCase
public InterpreterResult defaultCase(EObject eObject)
- Overrides:
defaultCase
in classSwitch<InterpreterResult>
-
-