org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.provider
Class RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender.CreationSwitch

java.lang.Object
  extended by org.eclipse.emf.mwe.ewm.workflow.runtime.util.RuntimeSwitch<java.lang.Object>
      extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.provider.RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender.CreationSwitch
Enclosing class:
RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender

protected static class RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender.CreationSwitch
extends RuntimeSwitch<java.lang.Object>

The switch for creating child descriptors specific to each extended class.

EMF generated code

Field Summary
protected  org.eclipse.emf.edit.domain.EditingDomain editingDomain
          The domain in which to create the children.
protected  java.util.List<java.lang.Object> newChildDescriptors
          The child descriptors being populated.
 
Fields inherited from class org.eclipse.emf.mwe.ewm.workflow.runtime.util.RuntimeSwitch
modelPackage
 
Method Summary
 java.lang.Object caseWorkflowEngine(WorkflowEngine object)
           
protected  org.eclipse.emf.edit.command.CommandParameter createChildParameter(java.lang.Object feature, java.lang.Object child)
           
 
Methods inherited from class org.eclipse.emf.mwe.ewm.workflow.runtime.util.RuntimeSwitch
caseWorkflowComponentExecutionInfo, caseWorkflowComponentExecutionInfoMap, caseWorkflowContext, caseWorkflowLog, caseWorkflowLogEntry, caseWorkflowLogMap, caseWorkflowParameterMap, caseWorkflowParameterValueProxy, caseWorkflowRunnable, caseWorkflowRunner, caseWorkflowStateMap, caseWorkflowStateResolutionStrategy, defaultCase, doSwitch, doSwitch, doSwitch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newChildDescriptors

protected java.util.List<java.lang.Object> newChildDescriptors
The child descriptors being populated.

EMF generated code

editingDomain

protected org.eclipse.emf.edit.domain.EditingDomain editingDomain
The domain in which to create the children.

EMF generated code
Method Detail

caseWorkflowEngine

public java.lang.Object caseWorkflowEngine(WorkflowEngine object)

Overrides:
caseWorkflowEngine in class RuntimeSwitch<java.lang.Object>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Workflow Engine'.
See Also:
doSwitch(EObject)
EMF generated code

createChildParameter

protected org.eclipse.emf.edit.command.CommandParameter createChildParameter(java.lang.Object feature,
                                                                             java.lang.Object child)

EMF generated code