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


Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
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
          Deprecated. The singleton instance of the factory.
 
Method Summary
 FacetSetCatalog createFacetSetCatalog()
          Deprecated. Returns a new object of class 'Facet Set Catalog'.
 QuerySetCatalog createQuerySetCatalog()
          Deprecated. Returns a new object of class 'Query Set Catalog'.
 EfacetcatalogPackage getEfacetcatalogPackage()
          Deprecated. Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final EfacetcatalogFactory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Generated:
Method Detail

createQuerySetCatalog

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

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

createFacetSetCatalog

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

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

getEfacetcatalogPackage

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

Returns:
the package supported by this factory.
Generated: