Uses of Class
org.eclipse.emf.mwe.ewm.workflow.runtime.WorkflowLog

Packages that use WorkflowLog
org.eclipse.emf.mwe.ewm.workflow.runtime   
org.eclipse.emf.mwe.ewm.workflow.runtime.util   
org.eclipse.emf.mwe.ewm.workflow.runtime.validation   
org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands   
 

Uses of WorkflowLog in org.eclipse.emf.mwe.ewm.workflow.runtime
 

Fields in org.eclipse.emf.mwe.ewm.workflow.runtime declared as WorkflowLog
protected  WorkflowLog WorkflowLogMap.value
          The cached value of the 'Value' containment reference.
 

Fields in org.eclipse.emf.mwe.ewm.workflow.runtime with type parameters of type WorkflowLog
protected  org.eclipse.emf.common.util.EMap<WorkflowComponent,WorkflowLog> WorkflowContext.log
          The cached value of the 'Log' map.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return WorkflowLog
 WorkflowLog RuntimeFactory.createWorkflowLog()
           
 WorkflowLog WorkflowLogMap.getTypedValue()
          Returns the value of the 'Value' containment reference.
 WorkflowLog WorkflowLogMap.getValue()
           
 WorkflowLog WorkflowLogMap.setValue(WorkflowLog value)
           
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return types with arguments of type WorkflowLog
 java.util.Map.Entry<WorkflowComponent,WorkflowLog> RuntimeFactory.createWorkflowLogMap()
           
 org.eclipse.emf.common.util.EMap<WorkflowComponent,WorkflowLog> WorkflowLogMap.getEMap()
           
 org.eclipse.emf.common.util.EMap<WorkflowComponent,WorkflowLog> WorkflowContext.getLog()
          Returns the value of the 'Log' map.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime with parameters of type WorkflowLog
 org.eclipse.emf.common.notify.NotificationChain WorkflowLogMap.basicSetTypedValue(WorkflowLog newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WorkflowLogMap.setTypedValue(WorkflowLog newValue)
          Sets the value of the 'Value' containment reference.
 WorkflowLog WorkflowLogMap.setValue(WorkflowLog value)
           
 

Uses of WorkflowLog in org.eclipse.emf.mwe.ewm.workflow.runtime.util
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.util with parameters of type WorkflowLog
 T RuntimeSwitch.caseWorkflowLog(WorkflowLog object)
          Returns the result of interpreting the object as an instance of 'Workflow Log'.
 

Method parameters in org.eclipse.emf.mwe.ewm.workflow.runtime.util with type arguments of type WorkflowLog
 T RuntimeSwitch.caseWorkflowLogMap(java.util.Map.Entry<WorkflowComponent,WorkflowLog> object)
          Returns the result of interpreting the object as an instance of 'Workflow Log Map'.
 

Uses of WorkflowLog in org.eclipse.emf.mwe.ewm.workflow.runtime.validation
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime.validation with parameters of type WorkflowLog
 boolean WorkflowLogMapValidator.validateTypedValue(WorkflowLog value)
           
 

Method parameters in org.eclipse.emf.mwe.ewm.workflow.runtime.validation with type arguments of type WorkflowLog
 boolean WorkflowContextValidator.validateLog(org.eclipse.emf.common.util.EMap<WorkflowComponent,WorkflowLog> value)
           
 

Uses of WorkflowLog in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands
 

Methods in org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands that return WorkflowLog
 WorkflowLog WorkflowBaseLogCommand.getLog()