org.eclipse.emf.mwe.ewm.workflow.runtime.util
Class WorkflowStateInitializer

java.lang.Object
  extended by org.eclipse.emf.mwe.ewm.workflow.util.WorkflowSwitch<java.lang.Boolean>
      extended by org.eclipse.emf.mwe.ewm.workflow.runtime.util.WorkflowStateInitializer

public class WorkflowStateInitializer
extends WorkflowSwitch<java.lang.Boolean>


Field Summary
 
Fields inherited from class org.eclipse.emf.mwe.ewm.workflow.util.WorkflowSwitch
modelPackage
 
Constructor Summary
WorkflowStateInitializer(WorkflowContext context)
           
 
Method Summary
 java.lang.Boolean caseWorkflowCompositeComponent(WorkflowCompositeComponent object)
          Returns the result of interpreting the object as an instance of 'Composite Component'.
 java.lang.Boolean caseWorkflowUnitOfWork(WorkflowUnitOfWork object)
          Returns the result of interpreting the object as an instance of 'Unit Of Work'.
 
Methods inherited from class org.eclipse.emf.mwe.ewm.workflow.util.WorkflowSwitch
caseWorkflowComponent, caseWorkflowComponentProxy, caseWorkflowParameter, caseWorkflowParameterConnection, caseWorkflowParameterSimpleValueStrategy, caseWorkflowParameterValueStrategy, defaultCase, doSwitch, doSwitch, doSwitch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowStateInitializer

public WorkflowStateInitializer(WorkflowContext context)
Method Detail

caseWorkflowUnitOfWork

public java.lang.Boolean caseWorkflowUnitOfWork(WorkflowUnitOfWork object)
Description copied from class: WorkflowSwitch
Returns the result of interpreting the object as an instance of 'Unit Of Work'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseWorkflowUnitOfWork in class WorkflowSwitch<java.lang.Boolean>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Unit Of Work'.
See Also:
doSwitch(EObject)

caseWorkflowCompositeComponent

public java.lang.Boolean caseWorkflowCompositeComponent(WorkflowCompositeComponent object)
Description copied from class: WorkflowSwitch
Returns the result of interpreting the object as an instance of 'Composite Component'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseWorkflowCompositeComponent in class WorkflowSwitch<java.lang.Boolean>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Composite Component'.
See Also:
doSwitch(EObject)