org.eclipse.emf.facet.efacet
Interface EFacetFactory


Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
public interface EFacetFactory

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

See Also:
EFacetPackage
Generated:

Field Summary
static EFacetFactory eINSTANCE
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 
Method Summary
 Category createCategory()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 Facet createFacet()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 FacetAttribute createFacetAttribute()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 FacetOperation createFacetOperation()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 FacetReference createFacetReference()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 FacetSet createFacetSet()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 Literal createLiteral()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 OppositeReference createOppositeReference()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 Parameter createParameter()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 ParameterValue createParameterValue()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 QueryContext createQueryContext()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 QueryResult createQueryResult()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 QuerySet createQuerySet()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 TypedElementRef createTypedElementRef()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 EFacetPackage getEFacetPackage()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Field Detail

eINSTANCE

@Deprecated
static final EFacetFactory eINSTANCE
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
The singleton instance of the factory.

Generated:
Method Detail

createFacetAttribute

@Deprecated
FacetAttribute createFacetAttribute()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Facet Attribute'.

Returns:
a new object of class 'Facet Attribute'.
Generated:

createFacetReference

@Deprecated
FacetReference createFacetReference()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Facet Reference'.

Returns:
a new object of class 'Facet Reference'.
Generated:

createFacetOperation

@Deprecated
FacetOperation createFacetOperation()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Facet Operation'.

Returns:
a new object of class 'Facet Operation'.
Generated:

createFacetSet

@Deprecated
FacetSet createFacetSet()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Facet Set'.

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

createFacet

@Deprecated
Facet createFacet()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Facet'.

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

createQueryResult

@Deprecated
QueryResult createQueryResult()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Query Result'.

Returns:
a new object of class 'Query Result'.
Generated:

createCategory

@Deprecated
Category createCategory()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Category'.

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

createOppositeReference

@Deprecated
OppositeReference createOppositeReference()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Opposite Reference'.

Returns:
a new object of class 'Opposite Reference'.
Generated:

createQuerySet

@Deprecated
QuerySet createQuerySet()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Query Set'.

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

createLiteral

@Deprecated
Literal createLiteral()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Literal'.

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

createTypedElementRef

@Deprecated
TypedElementRef createTypedElementRef()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Typed Element Ref'.

Returns:
a new object of class 'Typed Element Ref'.
Generated:

createParameter

@Deprecated
Parameter createParameter()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Parameter'.

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

createParameterValue

@Deprecated
ParameterValue createParameterValue()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Parameter Value'.

Returns:
a new object of class 'Parameter Value'.
Generated:

createQueryContext

@Deprecated
QueryContext createQueryContext()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns a new object of class 'Query Context'.

Returns:
a new object of class 'Query Context'.
Generated:

getEFacetPackage

@Deprecated
EFacetPackage getEFacetPackage()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: