de.uka.ipd.sdq.identifier
Interface IdentifierFactory

All Known Implementing Classes:
IdentifierFactoryImpl

public interface IdentifierFactory

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

See Also:
IdentifierPackage

Field Summary
static IdentifierFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 IdentifierPackage getIdentifierPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final IdentifierFactory eINSTANCE
The singleton instance of the factory.

Method Detail

getIdentifierPackage

IdentifierPackage getIdentifierPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.