Method Summary |
|
public T | caseActor(Actor object) Returns the result of interpretting the object as an instance of 'Actor'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseAndOperator(AndOperator object) Returns the result of interpretting the object as an instance of 'And Operator'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseAsyncActivity(AsyncActivity object) Returns the result of interpretting the object as an instance of 'Async Activity'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseConclusion(Conclusion object) Returns the result of interpretting the object as an instance of 'Conclusion'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseCondition(Condition object) Returns the result of interpretting the object as an instance of 'Condition'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseConditionProxy(ConditionProxy object) Returns the result of interpretting the object as an instance of 'Condition Proxy'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseConditionTerm(ConditionTerm object) Returns the result of interpretting the object as an instance of 'Condition Term'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseElement(Element object) Returns the result of interpretting the object as an instance of 'Element'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseEnvEntry(EnvEntry object) Returns the result of interpretting the object as an instance of 'Env Entry'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseEvent(Event object) Returns the result of interpretting the object as an instance of 'Event'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseExpansion(Expansion object) Returns the result of interpretting the object as an instance of 'Expansion'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseExpression(Expression object) Returns the result of interpretting the object as an instance of 'Expression'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseGlobals(Globals object) Returns the result of interpretting the object as an instance of 'Globals'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseListener(Listener object) Returns the result of interpretting the object as an instance of 'Listener'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseLoader(Loader object) Returns the result of interpretting the object as an instance of 'Loader'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseMessage(Message object) Returns the result of interpretting the object as an instance of 'Message'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseOperatorTerm(OperatorTerm object) Returns the result of interpretting the object as an instance of 'Operator Term'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseOrOperator(OrOperator object) Returns the result of interpretting the object as an instance of 'Or Operator'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseProcess(newprocess.Process object) Returns the result of interpretting the object as an instance of 'Process'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseRoot(Root object) Returns the result of interpretting the object as an instance of 'Root'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseSyncActivity(SyncActivity object) Returns the result of interpretting the object as an instance of 'Sync Activity'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | caseTerm(Term object) Returns the result of interpretting the object as an instance of 'Term'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public T | defaultCase(EObject object) Returns the result of interpretting the object as an instance of 'EObject'.
This implementation returns null;
returning a non-null result will terminate the switch, but this is the last case anyway.
Parameters: object - the target of the switch. |
public T | doSwitch(EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected T | doSwitch(EClass theEClass, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected T | doSwitch(int classifierID, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |