g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.workflow.model.IWorkflowFactory

Packages that use IWorkflowFactory
eu.geclipse.workflow.impl   
eu.geclipse.workflow.model   
 

Uses of IWorkflowFactory in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IWorkflowFactory
 class WorkflowFactoryImpl
          An implementation of the model IWorkflowFactory
 

Methods in eu.geclipse.workflow.impl that return IWorkflowFactory
 IWorkflowFactory WorkflowPackageImpl.getWorkflowFactory()
           
static IWorkflowFactory WorkflowFactoryImpl.init()
          Creates the default factory implementation
 

Uses of IWorkflowFactory in eu.geclipse.workflow.model
 

Fields in eu.geclipse.workflow.model declared as IWorkflowFactory
static IWorkflowFactory IWorkflowFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in eu.geclipse.workflow.model that return IWorkflowFactory
 IWorkflowFactory IWorkflowPackage.getWorkflowFactory()
          Returns the factory that creates the instances of the model
 


g-Eclipse
Release 1.0.0