Class ExplicitDispatchComposedSwitch<T>
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- org.eclipse.emf.ecore.util.ComposedSwitch<T>
-
- org.palladiosimulator.simulizar.interpreter.ExplicitDispatchComposedSwitch<T>
-
- All Implemented Interfaces:
RDSeffSwitchContributionFactory.RDSeffElementDispatcher<Object>
public class ExplicitDispatchComposedSwitch<T> extends ComposedSwitch<T> implements RDSeffSwitchContributionFactory.RDSeffElementDispatcher<Object>
-
-
Constructor Summary
Constructors Constructor Description ExplicitDispatchComposedSwitch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
doSwitch(EClass theEClass, EObject theEObject)
-
Methods inherited from class org.eclipse.emf.ecore.util.ComposedSwitch
addSwitch, delegatedDoSwitch, findDelegate, isSwitchFor, removeSwitch
-
Methods inherited from class org.eclipse.emf.ecore.util.Switch
defaultCase, doSwitch, doSwitch
-
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 T doSwitch(EClass theEClass, EObject theEObject)
- Specified by:
doSwitch
in interfaceRDSeffSwitchContributionFactory.RDSeffElementDispatcher<T>
- Overrides:
doSwitch
in classComposedSwitch<T>
-
-