Interface SpecificationFactory

    • Field Detail

      • eINSTANCE

        static final SpecificationFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createContextSpecification

        ContextSpecification createContextSpecification()
        Returns a new object of class 'Context Specification'.
        Returns:
        a new object of class 'Context Specification'.
        Generated class or method.
      • createPolicySpecification

        PolicySpecification createPolicySpecification()
        Returns a new object of class 'Policy Specification'.
        Returns:
        a new object of class 'Policy Specification'.
        Generated class or method.
      • createPCMSpecificationContainer

        PCMSpecificationContainer createPCMSpecificationContainer()
        Returns a new object of class 'PCM Specification Container'.
        Returns:
        a new object of class 'PCM Specification Container'.
        Generated class or method.
      • getSpecificationPackage

        SpecificationPackage getSpecificationPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.