g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep
Interface SweepFactory

All Known Implementing Classes:
SweepFactoryImpl

public interface SweepFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
SweepPackage

Field Summary
static SweepFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AssignmentType createAssignmentType()
          Returns a new object of class 'Assignment Type'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 SweepType createSweepType()
          Returns a new object of class 'Type'
 SweepPackage getSweepPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final SweepFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAssignmentType

AssignmentType createAssignmentType()
Returns a new object of class 'Assignment Type'.

Returns:
a new object of class 'Assignment Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createSweepType

SweepType createSweepType()
Returns a new object of class 'Type'.

Returns:
a new object of class 'Type'.

getSweepPackage

SweepPackage getSweepPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

g-Eclipse
Release 1.0.0