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

public interface PCMFactory 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 PCMFactory eINSTANCE
      The singleton instance of the factory.
      Generated class or method.
  • Method Details

    • createPCMParameterValue

      PCMParameterValue createPCMParameterValue()
      Returns a new object of class 'Parameter Value'.
      Returns:
      a new object of class 'Parameter Value'.
      Generated class or method.
    • createPCMInfrastructureOperationReference

      PCMInfrastructureOperationReference createPCMInfrastructureOperationReference()
      Returns a new object of class 'Infrastructure Operation Reference'.
      Returns:
      a new object of class 'Infrastructure Operation Reference'.
      Generated class or method.
    • createPCMBusinessOperationReference

      PCMBusinessOperationReference createPCMBusinessOperationReference()
      Returns a new object of class 'Business Operation Reference'.
      Returns:
      a new object of class 'Business Operation Reference'.
      Generated class or method.
    • createPCMComponentReference

      PCMComponentReference createPCMComponentReference()
      Returns a new object of class 'Component Reference'.
      Returns:
      a new object of class 'Component Reference'.
      Generated class or method.
    • createPCMComponentParameterReference

      PCMComponentParameterReference createPCMComponentParameterReference()
      Returns a new object of class 'Component Parameter Reference'.
      Returns:
      a new object of class 'Component Parameter Reference'.
      Generated class or method.
    • createPCMOperationParameterReference

      PCMOperationParameterReference createPCMOperationParameterReference()
      Returns a new object of class 'Operation Parameter Reference'.
      Returns:
      a new object of class 'Operation Parameter Reference'.
      Generated class or method.
    • createPCMRequiredBusinessOperationReturnParameterReference

      PCMRequiredBusinessOperationReturnParameterReference createPCMRequiredBusinessOperationReturnParameterReference()
      Returns a new object of class ' Required Business Operation Return Parameter Reference'.
      Returns:
      a new object of class ' Required Business Operation Return Parameter Reference'.
      Generated class or method.
    • getPCMPackage

      PCMPackage getPCMPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.