org.eclipse.emf.facet.util.emf.catalog
Interface CatalogFactory


public interface CatalogFactory

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

See Also:
CatalogPackage
Generated:

Field Summary
static CatalogFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 CatalogSet createCatalogSet()
          Returns a new object of class 'Set'.
 CatalogPackage getCatalogPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final CatalogFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createCatalogSet

CatalogSet createCatalogSet()
Returns a new object of class 'Set'.

Returns:
a new object of class 'Set'.
Generated:

getCatalogPackage

CatalogPackage getCatalogPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: