public interface EqvtRelationFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
EqvtRelationPackage
Field Summary | |
---|---|
static EqvtRelationFactory |
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'. |
EqvtRelationPackage |
getEqvtRelationPackage()
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 |
---|
static final EqvtRelationFactory eINSTANCE
Method Detail |
---|
Relation createRelation()
RelationDomain createRelationDomain()
DomainPattern createDomainPattern()
RelationImplementation createRelationImplementation()
RelationCallExp createRelationCallExp()
RelationalTransformation createRelationalTransformation()
Key createKey()
EqvtRelationPackage getEqvtRelationPackage()