g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions
Interface FunctionsFactory

All Known Implementing Classes:
FunctionsFactoryImpl

public interface FunctionsFactory

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

See Also:
FunctionsPackage

Field Summary
static FunctionsFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 ExceptionType createExceptionType()
          Returns a new object of class 'Exception Type'
 LoopType createLoopType()
          Returns a new object of class 'Loop Type'
 ValuesType createValuesType()
          Returns a new object of class 'Values Type'
 FunctionsPackage getFunctionsPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final FunctionsFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createDocumentRoot

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

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

createExceptionType

ExceptionType createExceptionType()
Returns a new object of class 'Exception Type'.

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

createLoopType

LoopType createLoopType()
Returns a new object of class 'Loop Type'.

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

createValuesType

ValuesType createValuesType()
Returns a new object of class 'Values Type'.

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

getFunctionsPackage

FunctionsPackage getFunctionsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

g-Eclipse
Release 1.0.0