org.eclipse.gmt.umlx.eqvtcore
Interface EqvtCoreFactory

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 EqvtCoreFactory
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:
EqvtCorePackage

Field Summary
static EqvtCoreFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Assignment createAssignment()
          Returns a new object of class 'Assignment'.
 BottomPattern createBottomPattern()
          Returns a new object of class 'Bottom Pattern'.
 CoreDomain createCoreDomain()
          Returns a new object of class 'Core Domain'.
 CorePattern createCorePattern()
          Returns a new object of class 'Core Pattern'.
 EnforcementOperation createEnforcementOperation()
          Returns a new object of class 'Enforcement Operation'.
 GuardPattern createGuardPattern()
          Returns a new object of class 'Guard Pattern'.
 Mapping createMapping()
          Returns a new object of class 'Mapping'.
 RealizedVariable createRealizedVariable()
          Returns a new object of class 'Realized Variable'.
 EqvtCorePackage getEqvtCorePackage()
          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 EqvtCoreFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAssignment

Assignment createAssignment()
Returns a new object of class 'Assignment'.

Returns:
a new object of class 'Assignment'.

createBottomPattern

BottomPattern createBottomPattern()
Returns a new object of class 'Bottom Pattern'.

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

createGuardPattern

GuardPattern createGuardPattern()
Returns a new object of class 'Guard Pattern'.

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

createMapping

Mapping createMapping()
Returns a new object of class 'Mapping'.

Returns:
a new object of class 'Mapping'.

createRealizedVariable

RealizedVariable createRealizedVariable()
Returns a new object of class 'Realized Variable'.

Returns:
a new object of class 'Realized Variable'.

createCoreDomain

CoreDomain createCoreDomain()
Returns a new object of class 'Core Domain'.

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

createCorePattern

CorePattern createCorePattern()
Returns a new object of class 'Core Pattern'.

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

createEnforcementOperation

EnforcementOperation createEnforcementOperation()
Returns a new object of class 'Enforcement Operation'.

Returns:
a new object of class 'Enforcement Operation'.

getEqvtCorePackage

EqvtCorePackage getEqvtCorePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.