g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep.impl
Class SweepFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by eu.geclipse.jsdl.model.sweep.impl.SweepFactoryImpl
All Implemented Interfaces:
SweepFactory

public class SweepFactoryImpl
extends EFactoryImpl
implements SweepFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface eu.geclipse.jsdl.model.sweep.SweepFactory
eINSTANCE
 
Constructor Summary
SweepFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 AssignmentType createAssignmentType()
           
 DocumentRoot createDocumentRoot()
           
 SweepType createSweepType()
           
static SweepPackage getPackage()
          Deprecated.  
 SweepPackage getSweepPackage()
           
static SweepFactory init()
          Creates the default factory implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SweepFactoryImpl

public SweepFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


createAssignmentType

public AssignmentType createAssignmentType()

Specified by:
createAssignmentType in interface SweepFactory
Returns:
a new object of class 'Assignment Type'.

createDocumentRoot

public DocumentRoot createDocumentRoot()

Specified by:
createDocumentRoot in interface SweepFactory
Returns:
a new object of class 'Document Root'.

createSweepType

public SweepType createSweepType()

Specified by:
createSweepType in interface SweepFactory
Returns:
a new object of class 'Type'.

getSweepPackage

public SweepPackage getSweepPackage()

Specified by:
getSweepPackage in interface SweepFactory
Returns:
the package supported by this factory.

getPackage

public static SweepPackage getPackage()
Deprecated. 


g-Eclipse
Release 1.0.0