Class MapperFactory


  • public class MapperFactory
    extends Object
    Implements the mapper factory class. For each measure name, the factory returns an object of the corresponding mapper.
    Version:
    1.0
    Author:
    Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Kleanthi Georgala (georgala@informatik.uni-leipzig.de), Mohamed Sherif (sherif@informatik.uni-leipzig.de)
    • Constructor Detail

      • MapperFactory

        public MapperFactory()
    • Method Detail

      • createMapper

        public static AMapper createMapper​(MeasureType type)
        Factory function for retrieving the desired mapper instance given an input measure name.
        Parameters:
        type - , type of the measure
        Returns:
        a specific mapper instance