Interface PcmIntegrationFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
PcmIntegrationFactoryImpl
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 PcmIntegrationFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Default System Integration'.Returns a new object of class 'Non Global Communication'.Returns a new object of class 'PCM Element'.Returns a new object of class 'Repository Element'.Returns a new object of class 'Resource Environment Element'.Returns a new object of class 'Role System Integration'.Returns a new object of class 'System Component'.Returns a new object of class 'System Element'.Returns a new object of class 'Vulnerability System Integration'.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
-
createVulnerabilitySystemIntegration
VulnerabilitySystemIntegration createVulnerabilitySystemIntegration()Returns a new object of class 'Vulnerability System Integration'.- Returns:
- a new object of class 'Vulnerability System Integration'.
- Generated class or method.
-
createPCMElement
PCMElement createPCMElement()Returns a new object of class 'PCM Element'.- Returns:
- a new object of class 'PCM Element'.
- Generated class or method.
-
createRoleSystemIntegration
RoleSystemIntegration createRoleSystemIntegration()Returns a new object of class 'Role System Integration'.- Returns:
- a new object of class 'Role System Integration'.
- Generated class or method.
-
createNonGlobalCommunication
NonGlobalCommunication createNonGlobalCommunication()Returns a new object of class 'Non Global Communication'.- Returns:
- a new object of class 'Non Global Communication'.
- Generated class or method.
-
createDefaultSystemIntegration
DefaultSystemIntegration createDefaultSystemIntegration()Returns a new object of class 'Default System Integration'.- Returns:
- a new object of class 'Default System Integration'.
- Generated class or method.
-
createRepositoryElement
RepositoryElement createRepositoryElement()Returns a new object of class 'Repository Element'.- Returns:
- a new object of class 'Repository Element'.
- Generated class or method.
-
createSystemElement
SystemElement createSystemElement()Returns a new object of class 'System Element'.- Returns:
- a new object of class 'System Element'.
- Generated class or method.
-
createResourceEnvironmentElement
ResourceEnvironmentElement createResourceEnvironmentElement()Returns a new object of class 'Resource Environment Element'.- Returns:
- a new object of class 'Resource Environment Element'.
- Generated class or method.
-
createSystemComponent
SystemComponent createSystemComponent()Returns a new object of class 'System Component'.- Returns:
- a new object of class 'System Component'.
- Generated class or method.
-
getPcmIntegrationPackage
PcmIntegrationPackage getPcmIntegrationPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-