org.eclipse.gmt.umlx.qvtrelation
Interface QvtrelationFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface QvtrelationFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
QvtrelationPackage

Field Summary
static QvtrelationFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 DomainPattern createDomainPattern()
          Returns a new object of class 'Domain Pattern'.
 Key createKey()
          Returns a new object of class 'Key'.
 Relation createRelation()
          Returns a new object of class 'Relation'.
 RelationalTransformation createRelationalTransformation()
          Returns a new object of class 'Relational Transformation'.
 RelationCallExp createRelationCallExp()
          Returns a new object of class 'Relation Call Exp'.
 RelationDomain createRelationDomain()
          Returns a new object of class 'Relation Domain'.
 RelationImplementation createRelationImplementation()
          Returns a new object of class 'Relation Implementation'.
 QvtrelationPackage getQvtrelationPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final QvtrelationFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createRelation

Relation createRelation()
Returns a new object of class 'Relation'.

Returns:
a new object of class 'Relation'.

createRelationDomain

RelationDomain createRelationDomain()
Returns a new object of class 'Relation Domain'.

Returns:
a new object of class 'Relation Domain'.

createDomainPattern

DomainPattern createDomainPattern()
Returns a new object of class 'Domain Pattern'.

Returns:
a new object of class 'Domain Pattern'.

createRelationImplementation

RelationImplementation createRelationImplementation()
Returns a new object of class 'Relation Implementation'.

Returns:
a new object of class 'Relation Implementation'.

createRelationCallExp

RelationCallExp createRelationCallExp()
Returns a new object of class 'Relation Call Exp'.

Returns:
a new object of class 'Relation Call Exp'.

createRelationalTransformation

RelationalTransformation createRelationalTransformation()
Returns a new object of class 'Relational Transformation'.

Returns:
a new object of class 'Relational Transformation'.

createKey

Key createKey()
Returns a new object of class 'Key'.

Returns:
a new object of class 'Key'.

getQvtrelationPackage

QvtrelationPackage getQvtrelationPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.