Interface ArchitecturaltemplatesFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ArchitecturaltemplatesFactoryImpl
public interface ArchitecturaltemplatesFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ArchitecturaltemplatesPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ArchitecturaltemplatesFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AT
createAT()
Returns a new object of class 'AT'.Catalog
createCatalog()
Returns a new object of class 'Catalog'.GenericFileExtension
createGenericFileExtension()
Returns a new object of class 'Generic File Extension'.IsolatedPCMTemplateCompletionParameter
createIsolatedPCMTemplateCompletionParameter()
Returns a new object of class 'Isolated PCM Template Completion Parameter'.OCLConstraint
createOCLConstraint()
Returns a new object of class 'OCL Constraint'.PCMBlackboardCompletionParameter
createPCMBlackboardCompletionParameter()
Returns a new object of class 'PCM Blackboard Completion Parameter'.PCMFileExtension
createPCMFileExtension()
Returns a new object of class 'PCM File Extension'.PCMOutputCompletionParameter
createPCMOutputCompletionParameter()
Returns a new object of class 'PCM Output Completion Parameter'.PCMTemplateCompletionParameter
createPCMTemplateCompletionParameter()
Returns a new object of class 'PCM Template Completion Parameter'.QVTOCompletion
createQVTOCompletion()
Returns a new object of class 'QVTO Completion'.ReconfigurationFolder
createReconfigurationFolder()
Returns a new object of class 'Reconfiguration Folder'.Role
createRole()
Returns a new object of class 'Role'.ArchitecturaltemplatesPackage
getArchitecturaltemplatesPackage()
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 Detail
-
eINSTANCE
static final ArchitecturaltemplatesFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-