Interface ArchitecturaltemplatesFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ArchitecturaltemplatesFactoryImpl
The Factory for the model. It provides a create method for each
non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ArchitecturaltemplatesFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptioncreateAT()
Returns a new object of class 'AT'.Returns a new object of class 'Catalog'.Returns a new object of class 'Generic File Extension'.Returns a new object of class 'Isolated PCM Template Completion Parameter'.Returns a new object of class 'OCL Constraint'.Returns a new object of class 'PCM Blackboard Completion Parameter'.Returns a new object of class 'PCM File Extension'.Returns a new object of class 'PCM Output Completion Parameter'.Returns a new object of class 'PCM Template Completion Parameter'.Returns a new object of class 'QVTO Completion'.Returns a new object of class 'Reconfiguration Folder'.Returns a new object of class 'Role'.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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createAT
AT createAT()Returns a new object of class 'AT'.- Returns:
- a new object of class 'AT'.
- Generated class or method.
-
createCatalog
Catalog createCatalog()Returns a new object of class 'Catalog'.- Returns:
- a new object of class 'Catalog'.
- Generated class or method.
-
createRole
Role createRole()Returns a new object of class 'Role'.- Returns:
- a new object of class 'Role'.
- Generated class or method.
-
createOCLConstraint
OCLConstraint createOCLConstraint()Returns a new object of class 'OCL Constraint'.- Returns:
- a new object of class 'OCL Constraint'.
- Generated class or method.
-
createQVTOCompletion
QVTOCompletion createQVTOCompletion()Returns a new object of class 'QVTO Completion'.- Returns:
- a new object of class 'QVTO Completion'.
- Generated class or method.
-
createPCMBlackboardCompletionParameter
PCMBlackboardCompletionParameter createPCMBlackboardCompletionParameter()Returns a new object of class 'PCM Blackboard Completion Parameter'.- Returns:
- a new object of class 'PCM Blackboard Completion Parameter'.
- Generated class or method.
-
createPCMTemplateCompletionParameter
PCMTemplateCompletionParameter createPCMTemplateCompletionParameter()Returns a new object of class 'PCM Template Completion Parameter'.- Returns:
- a new object of class 'PCM Template Completion Parameter'.
- Generated class or method.
-
createPCMOutputCompletionParameter
PCMOutputCompletionParameter createPCMOutputCompletionParameter()Returns a new object of class 'PCM Output Completion Parameter'.- Returns:
- a new object of class 'PCM Output Completion Parameter'.
- Generated class or method.
-
createReconfigurationFolder
ReconfigurationFolder createReconfigurationFolder()Returns a new object of class 'Reconfiguration Folder'.- Returns:
- a new object of class 'Reconfiguration Folder'.
- Generated class or method.
-
createIsolatedPCMTemplateCompletionParameter
IsolatedPCMTemplateCompletionParameter createIsolatedPCMTemplateCompletionParameter()Returns a new object of class 'Isolated PCM Template Completion Parameter'.- Returns:
- a new object of class 'Isolated PCM Template Completion Parameter'.
- Generated class or method.
-
createPCMFileExtension
PCMFileExtension createPCMFileExtension()Returns a new object of class 'PCM File Extension'.- Returns:
- a new object of class 'PCM File Extension'.
- Generated class or method.
-
createGenericFileExtension
GenericFileExtension createGenericFileExtension()Returns a new object of class 'Generic File Extension'.- Returns:
- a new object of class 'Generic File Extension'.
- Generated class or method.
-
getArchitecturaltemplatesPackage
ArchitecturaltemplatesPackage getArchitecturaltemplatesPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-