public interface QvtoperationalFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
QvtoperationalPackage
Field Summary | |
---|---|
static QvtoperationalFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Constructor |
createConstructor()
Returns a new object of class 'Constructor'. |
ConstructorBody |
createConstructorBody()
Returns a new object of class 'Constructor Body'. |
ContextualProperty |
createContextualProperty()
Returns a new object of class 'Contextual Property'. |
EntryOperation |
createEntryOperation()
Returns a new object of class 'Entry Operation'. |
Helper |
createHelper()
Returns a new object of class 'Helper'. |
ImperativeCallExp |
createImperativeCallExp()
Returns a new object of class 'Imperative Call Exp'. |
ImperativeOperation |
createImperativeOperation()
Returns a new object of class 'Imperative Operation'. |
Library |
createLibrary()
Returns a new object of class 'Library'. |
MappingBody |
createMappingBody()
Returns a new object of class 'Mapping Body'. |
MappingCallExp |
createMappingCallExp()
Returns a new object of class 'Mapping Call Exp'. |
MappingOperation |
createMappingOperation()
Returns a new object of class 'Mapping Operation'. |
MappingParameter |
createMappingParameter()
Returns a new object of class 'Mapping Parameter'. |
ModelParameter |
createModelParameter()
Returns a new object of class 'Model Parameter'. |
ModelType |
createModelType()
Returns a new object of class 'Model Type'. |
Module |
createModule()
Returns a new object of class 'Module'. |
ModuleImport |
createModuleImport()
Returns a new object of class 'Module Import'. |
ObjectExp |
createObjectExp()
Returns a new object of class 'Object Exp'. |
OperationalTransformation |
createOperationalTransformation()
Returns a new object of class 'Operational Transformation'. |
OperationBody |
createOperationBody()
Returns a new object of class 'Operation Body'. |
ResolveExp |
createResolveExp()
Returns a new object of class 'Resolve Exp'. |
ResolveInExp |
createResolveInExp()
Returns a new object of class 'Resolve In Exp'. |
VarParameter |
createVarParameter()
Returns a new object of class 'Var Parameter'. |
QvtoperationalPackage |
getQvtoperationalPackage()
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 QvtoperationalFactory eINSTANCE
Method Detail |
---|
MappingBody createMappingBody()
Helper createHelper()
ResolveExp createResolveExp()
ResolveInExp createResolveInExp()
OperationalTransformation createOperationalTransformation()
MappingParameter createMappingParameter()
MappingOperation createMappingOperation()
MappingCallExp createMappingCallExp()
Constructor createConstructor()
ContextualProperty createContextualProperty()
EntryOperation createEntryOperation()
ImperativeCallExp createImperativeCallExp()
ImperativeOperation createImperativeOperation()
Library createLibrary()
ModelParameter createModelParameter()
ModelType createModelType()
Module createModule()
ModuleImport createModuleImport()
VarParameter createVarParameter()
OperationBody createOperationBody()
ConstructorBody createConstructorBody()
ObjectExp createObjectExp()
QvtoperationalPackage getQvtoperationalPackage()