g-Eclipse
Release 1.0.0

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

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

Uses of IWorkflowPackage in eu.geclipse.workflow.impl
 

Classes in eu.geclipse.workflow.impl that implement IWorkflowPackage
 class WorkflowPackageImpl
          An implementation of the model Package.
 

Methods in eu.geclipse.workflow.impl that return IWorkflowPackage
static IWorkflowPackage WorkflowFactoryImpl.getPackage()
          Deprecated.  
 IWorkflowPackage WorkflowFactoryImpl.getWorkflowPackage()
           
static IWorkflowPackage WorkflowPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of IWorkflowPackage in eu.geclipse.workflow.model
 

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

Methods in eu.geclipse.workflow.model that return IWorkflowPackage
 IWorkflowPackage IWorkflowFactory.getWorkflowPackage()
          Returns the package supported by this factory
 


g-Eclipse
Release 1.0.0