Interface QualityModelFactory

    • Field Detail

      • eINSTANCE

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

      • createNqr

        Nqr createNqr()
        Returns a new object of class 'Nqr'.
        Returns:
        a new object of class 'Nqr'.
        Generated class or method.
      • createMapping

        Mapping createMapping()
        Returns a new object of class 'Mapping'.
        Returns:
        a new object of class 'Mapping'.
        Generated class or method.
      • createTransformation

        Transformation createTransformation()
        Returns a new object of class 'Transformation'.
        Returns:
        a new object of class 'Transformation'.
        Generated class or method.
      • createReasoning

        Reasoning createReasoning()
        Returns a new object of class 'Reasoning'.
        Returns:
        a new object of class 'Reasoning'.
        Generated class or method.
      • createQuantityReduction

        QuantityReduction createQuantityReduction()
        Returns a new object of class 'Quantity Reduction'.
        Returns:
        a new object of class 'Quantity Reduction'.
        Generated class or method.
      • createStatisticReduction

        StatisticReduction createStatisticReduction()
        Returns a new object of class 'Statistic Reduction'.
        Returns:
        a new object of class 'Statistic Reduction'.
        Generated class or method.
      • createMappingRepository

        MappingRepository createMappingRepository()
        Returns a new object of class 'Mapping Repository'.
        Returns:
        a new object of class 'Mapping Repository'.
        Generated class or method.
      • createMappingEntry

        MappingEntry createMappingEntry()
        Returns a new object of class 'Mapping Entry'.
        Returns:
        a new object of class 'Mapping Entry'.
        Generated class or method.
      • createTransformationRepository

        TransformationRepository createTransformationRepository()
        Returns a new object of class 'Transformation Repository'.
        Returns:
        a new object of class 'Transformation Repository'.
        Generated class or method.
      • createReasoningRepository

        ReasoningRepository createReasoningRepository()
        Returns a new object of class 'Reasoning Repository'.
        Returns:
        a new object of class 'Reasoning Repository'.
        Generated class or method.
      • createNqrRepository

        NqrRepository createNqrRepository()
        Returns a new object of class 'Nqr Repository'.
        Returns:
        a new object of class 'Nqr Repository'.
        Generated class or method.
      • createReasoningComponent

        ReasoningComponent createReasoningComponent()
        Returns a new object of class 'Reasoning Component'.
        Returns:
        a new object of class 'Reasoning Component'.
        Generated class or method.
      • createReasoningSystem

        ReasoningSystem createReasoningSystem()
        Returns a new object of class 'Reasoning System'.
        Returns:
        a new object of class 'Reasoning System'.
        Generated class or method.
      • getQualityModelPackage

        QualityModelPackage getQualityModelPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.