g-Eclipse
Release 1.0.0

eu.geclipse.workflow.impl
Class WorkflowFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by eu.geclipse.workflow.impl.WorkflowFactoryImpl
All Implemented Interfaces:
IWorkflowFactory

public class WorkflowFactoryImpl
extends EFactoryImpl
implements IWorkflowFactory

An implementation of the model IWorkflowFactory.


Field Summary
 
Fields inherited from interface eu.geclipse.workflow.model.IWorkflowFactory
eINSTANCE
 
Constructor Summary
WorkflowFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 IInputPort createIInputPort()
           
 ILink createILink()
           
 IOutputPort createIOutputPort()
           
 IWorkflow createIWorkflow()
           
 IWorkflowJob createIWorkflowJob()
           
static IWorkflowPackage getPackage()
          Deprecated.  
 IWorkflowPackage getWorkflowPackage()
           
static IWorkflowFactory init()
          Creates the default factory implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowFactoryImpl

public WorkflowFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static IWorkflowFactory init()
Creates the default factory implementation.


create

public EObject create(EClass eClass)


createILink

public ILink createILink()

Specified by:
createILink in interface IWorkflowFactory
Returns:
a new object of class 'ILink'.

createIInputPort

public IInputPort createIInputPort()

Specified by:
createIInputPort in interface IWorkflowFactory
Returns:
a new object of class 'IInput Port'.

createIOutputPort

public IOutputPort createIOutputPort()

Specified by:
createIOutputPort in interface IWorkflowFactory
Returns:
a new object of class 'IOutput Port'.

createIWorkflow

public IWorkflow createIWorkflow()

Specified by:
createIWorkflow in interface IWorkflowFactory
Returns:
a new object of class 'IWorkflow'.

createIWorkflowJob

public IWorkflowJob createIWorkflowJob()

Specified by:
createIWorkflowJob in interface IWorkflowFactory
Returns:
a new object of class 'IWorkflow Job'.

getWorkflowPackage

public IWorkflowPackage getWorkflowPackage()

Specified by:
getWorkflowPackage in interface IWorkflowFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static IWorkflowPackage getPackage()
Deprecated. 


g-Eclipse
Release 1.0.0