org.eclipse.emf.facet.efacet.catalog.efacetcatalog
Interface EfacetcatalogFactory


public interface EfacetcatalogFactory

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

See Also:
EfacetcatalogPackage
Generated:

Field Summary
static EfacetcatalogFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 FacetSetCatalog createFacetSetCatalog()
          Returns a new object of class 'Facet Set Catalog'.
 QuerySetCatalog createQuerySetCatalog()
          Returns a new object of class 'Query Set Catalog'.
 EfacetcatalogPackage getEfacetcatalogPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final EfacetcatalogFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createQuerySetCatalog

QuerySetCatalog createQuerySetCatalog()
Returns a new object of class 'Query Set Catalog'.

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

createFacetSetCatalog

FacetSetCatalog createFacetSetCatalog()
Returns a new object of class 'Facet Set Catalog'.

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

getEfacetcatalogPackage

EfacetcatalogPackage getEfacetcatalogPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: