de.uka.ipd.sdq.pcm.system
Interface SystemFactory

All Known Implementing Classes:
SystemFactoryImpl

public interface SystemFactory

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

See Also:
SystemPackage

Field Summary
static String copyright
           
static SystemFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 System createSystem()
          Returns a new object of class 'System'.
 SystemPackage getSystemPackage()
          Returns the package supported by this factory.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values

eINSTANCE

static final SystemFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createSystem

System createSystem()
Returns a new object of class 'System'.

Returns:
a new object of class 'System'.

getSystemPackage

SystemPackage getSystemPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.