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

Packages that use WorkflowLogEntry
org.eclipse.emf.mwe.ewm.workflow.runtime   
org.eclipse.emf.mwe.ewm.workflow.runtime.util   
org.eclipse.emf.mwe.ewm.workflow.runtime.validation   
 

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

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return WorkflowLogEntry
 WorkflowLogEntry RuntimeFactory.createWorkflowLogEntry()
           
 

Methods in org.eclipse.emf.mwe.ewm.workflow.runtime that return types with arguments of type WorkflowLogEntry
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> WorkflowLog.getDebugs()
          Returns the value of the 'Debugs' containment reference list.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> WorkflowLog.getErrors()
          Returns the value of the 'Errors' containment reference list.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> WorkflowLog.getInfos()
          Returns the value of the 'Infos' containment reference list.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> WorkflowLog.getWarnings()
          Returns the value of the 'Warnings' containment reference list.
 

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

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

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

Method parameters in org.eclipse.emf.mwe.ewm.workflow.runtime.validation with type arguments of type WorkflowLogEntry
 boolean WorkflowLogValidator.validateDebugs(org.eclipse.emf.common.util.EList<WorkflowLogEntry> value)
           
 boolean WorkflowLogValidator.validateErrors(org.eclipse.emf.common.util.EList<WorkflowLogEntry> value)
           
 boolean WorkflowLogValidator.validateInfos(org.eclipse.emf.common.util.EList<WorkflowLogEntry> value)
           
 boolean WorkflowLogValidator.validateWarnings(org.eclipse.emf.common.util.EList<WorkflowLogEntry> value)