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>
-
public class ExplicitDispatchComposedSwitch<T> extends ComposedSwitch<T>
-
-
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
-
-