@Deprecated
public class RuntimeSwitch<T>
extends java.lang.Object
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.
RuntimePackage| Constructor and Description |
|---|
RuntimeSwitch()
Deprecated.
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseIWorkflowVisitor(IWorkflowVisitor object)
Deprecated.
Returns the result of interpreting the object as an instance of 'IWorkflow Visitor'.
|
T |
caseWorkflowContext(WorkflowContext object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Context'.
|
T |
caseWorkflowEngine(WorkflowEngine object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Engine'.
|
T |
caseWorkflowEngineProxy(WorkflowEngineProxy object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Engine Proxy'.
|
T |
caseWorkflowLog(WorkflowLog object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log'.
|
T |
caseWorkflowLogEntry(WorkflowLogEntry object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log Entry'.
|
T |
caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log Map'.
|
T |
caseWorkflowLogResetter(WorkflowLogResetter object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Log Resetter'.
|
T |
caseWorkflowParameterMap(java.util.Map.Entry<WorkflowParameter,EObject> object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Parameter Map'.
|
T |
caseWorkflowRunnable(java.lang.Runnable object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Runnable'.
|
T |
caseWorkflowRunner(WorkflowRunner object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Runner'.
|
T |
caseWorkflowStateMap(java.util.Map.Entry<WorkflowComponent,WorkflowState> object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow State Map'.
|
T |
caseWorkflowStateResetter(WorkflowStateResetter object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow State Resetter'.
|
T |
caseWorkflowStateResolutionStrategy(WorkflowStateResolutionStrategy object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow State Resolution Strategy'.
|
T |
defaultCase(EObject object)
Deprecated.
Returns the result of interpreting the object as an instance of 'EObject'.
|
T |
doSwitch(EObject theEObject)
Deprecated.
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result. |
public RuntimeSwitch()
public T doSwitch(EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.public T caseWorkflowContext(WorkflowContext object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowEngine(WorkflowEngine object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowStateMap(java.util.Map.Entry<WorkflowComponent,WorkflowState> object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowParameterMap(java.util.Map.Entry<WorkflowParameter,EObject> object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowStateResolutionStrategy(WorkflowStateResolutionStrategy object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowRunnable(java.lang.Runnable object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowRunner(WorkflowRunner object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowStateResetter(WorkflowStateResetter object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowLog(WorkflowLog object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowLogEntry(WorkflowLogEntry object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowLogResetter(WorkflowLogResetter object)
object - the target of the switch.doSwitch(EObject)public T caseWorkflowEngineProxy(WorkflowEngineProxy object)
object - the target of the switch.doSwitch(EObject)public T caseIWorkflowVisitor(IWorkflowVisitor object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(EObject object)
object - the target of the switch.#doSwitch(org.eclipse.emf.ecore.EObject)