All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
PcmIntegrationFactoryImpl

public interface PcmIntegrationFactory extends EFactory
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 Details

    • eINSTANCE

      static final PcmIntegrationFactory 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.