de.uka.ipd.sdq.spa
Interface SpaFactory

All Known Implementing Classes:
SpaFactoryImpl

public interface SpaFactory

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

See Also:
SpaPackage

Field Summary
static SpaFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ProcessBehaviour createProcessBehaviour()
          Returns a new object of class 'Process Behaviour'.
 SPAModel createSPAModel()
          Returns a new object of class 'SPA Model'.
 SpaPackage getSpaPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final SpaFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createProcessBehaviour

ProcessBehaviour createProcessBehaviour()
Returns a new object of class 'Process Behaviour'.

Returns:
a new object of class 'Process Behaviour'.

createSPAModel

SPAModel createSPAModel()
Returns a new object of class 'SPA Model'.

Returns:
a new object of class 'SPA Model'.

getSpaPackage

SpaPackage getSpaPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.