Uses of Interface
org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext

Packages that use IWorkflowContext
org.eclipse.emf.mwe.core.container Basic containers 
org.eclipse.emf.mwe.core.lib Basic abstractions of the workflow engine 
org.eclipse.emf.mwe2.ecore   
org.eclipse.emf.mwe2.launch.runtime   
org.eclipse.emf.mwe2.runtime.workflow   
 

Uses of IWorkflowContext in org.eclipse.emf.mwe.core.container
 

Methods in org.eclipse.emf.mwe.core.container with parameters of type IWorkflowContext
 void CompositeComponent.invoke(IWorkflowContext ctx)
           
 

Uses of IWorkflowContext in org.eclipse.emf.mwe.core.lib
 

Methods in org.eclipse.emf.mwe.core.lib with parameters of type IWorkflowContext
 void AbstractWorkflowComponent.invoke(IWorkflowContext ctx)
           
 void Mwe2Bridge.invoke(IWorkflowContext ctx)
           
 

Uses of IWorkflowContext in org.eclipse.emf.mwe2.ecore
 

Methods in org.eclipse.emf.mwe2.ecore with parameters of type IWorkflowContext
 void EcoreGenerator.invoke(IWorkflowContext ctx)
           
 

Uses of IWorkflowContext in org.eclipse.emf.mwe2.launch.runtime
 

Methods in org.eclipse.emf.mwe2.launch.runtime with parameters of type IWorkflowContext
 void Mwe2Runner.run(Module module, java.util.Map<java.lang.String,java.lang.String> params, IWorkflowContext ctx)
           
 void Mwe2Runner.run(java.lang.String moduleName, java.util.Map<java.lang.String,java.lang.String> params, IWorkflowContext ctx)
           
 void Mwe2Runner.run(org.eclipse.emf.common.util.URI createURI, java.util.Map<java.lang.String,java.lang.String> params, IWorkflowContext ctx)
           
 

Uses of IWorkflowContext in org.eclipse.emf.mwe2.runtime.workflow
 

Classes in org.eclipse.emf.mwe2.runtime.workflow that implement IWorkflowContext
 class WorkflowContextImpl
           
 

Methods in org.eclipse.emf.mwe2.runtime.workflow with parameters of type IWorkflowContext
 void AbstractCompositeWorkflowComponent.invoke(IWorkflowContext ctx)
           
 void IWorkflowComponent.invoke(IWorkflowContext ctx)
           
 void IWorkflow.run(IWorkflowContext context)
           
 void Workflow.run(IWorkflowContext context)