Class MapperFactory
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.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 Summary
Constructors Constructor Description MapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMappercreateMapper(MeasureType type)Factory function for retrieving the desired mapper instance given an input measure name.
-
-
-
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
-
-