public interface EqvtCoreFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
---|
static final EqvtCoreFactory eINSTANCE
Method Detail |
---|
Assignment createAssignment()
BottomPattern createBottomPattern()
GuardPattern createGuardPattern()
Mapping createMapping()
RealizedVariable createRealizedVariable()
CoreDomain createCoreDomain()
CorePattern createCorePattern()
EnforcementOperation createEnforcementOperation()
EqvtCorePackage getEqvtCorePackage()