Interface MappingFactory

    • Field Detail

      • eINSTANCE

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

      • createMappingRepository

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

        MetricToCsvMapping createMetricToCsvMapping()
        Returns a new object of class 'Metric To Csv Mapping'.
        Returns:
        a new object of class 'Metric To Csv Mapping'.
        Generated class or method.
      • createMarkerLog

        MarkerLog createMarkerLog()
        Returns a new object of class 'Marker Log'.
        Returns:
        a new object of class 'Marker Log'.
        Generated class or method.
      • createConversionDivisor

        ConversionDivisor createConversionDivisor()
        Returns a new object of class 'Conversion Divisor'.
        Returns:
        a new object of class 'Conversion Divisor'.
        Generated class or method.
      • getMappingPackage

        MappingPackage getMappingPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.