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
eINSTANCE
static final IdentifierFactory eINSTANCE
- The singleton instance of the factory.
getIdentifierPackage
IdentifierPackage getIdentifierPackage()
- Returns the package supported by this factory.
- Returns:
- the package supported by this factory.