public class BehaviorSwitch<T>
extends org.eclipse.emf.ecore.util.Switch<T>
doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
BehaviorPackage| Constructor and Description |
|---|
BehaviorSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractBehavior(AbstractBehavior object)
Returns the result of interpreting the object as an instance of 'Abstract Behavior'.
|
T |
caseAbstractEvent(AbstractEvent object)
Returns the result of interpreting the object as an instance of 'Abstract Event'.
|
T |
caseAbstractMessageEvent(AbstractMessageEvent object)
Returns the result of interpreting the object as an instance of 'Abstract Message Event'.
|
T |
caseAbstractNamedElement(AbstractNamedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Named Element'.
|
T |
caseAbstractSignal(AbstractSignal object)
Returns the result of interpreting the object as an instance of 'Abstract Signal'.
|
T |
caseAbstractSignalEvent(AbstractSignalEvent object)
Returns the result of interpreting the object as an instance of 'Abstract Signal Event'.
|
T |
caseAbstractTimeEvent(AbstractTimeEvent object)
Returns the result of interpreting the object as an instance of 'Abstract Time Event'.
|
T |
caseAbstractType(AbstractType object)
Returns the result of interpreting the object as an instance of 'Abstract Type'.
|
T |
caseAbstractTypedElement(AbstractTypedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Typed Element'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
caseTimeExpression(TimeExpression object)
Returns the result of interpreting the object as an instance of 'Time Expression'.
|
T |
caseValueSpecification(ValueSpecification object)
Returns the result of interpreting the object as an instance of 'Value Specification'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public T caseAbstractBehavior(AbstractBehavior object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractSignal(AbstractSignal object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractEvent(AbstractEvent object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTimeEvent(AbstractTimeEvent object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractMessageEvent(AbstractMessageEvent object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractSignalEvent(AbstractSignalEvent object)
object - the target of the switch.doSwitch(EObject)public T caseTimeExpression(TimeExpression object)
object - the target of the switch.doSwitch(EObject)public T caseElement(org.polarsys.kitalpha.emde.model.Element object)
object - the target of the switch.doSwitch(EObject)public T caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
object - the target of the switch.doSwitch(EObject)public T caseModelElement(ModelElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractNamedElement(AbstractNamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractType(AbstractType object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTypedElement(AbstractTypedElement object)
object - the target of the switch.doSwitch(EObject)public T caseValueSpecification(ValueSpecification object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase in class org.eclipse.emf.ecore.util.Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)