Package org.aksw.limes.core.io.mapping
Class MappingFactory
- java.lang.Object
-
- org.aksw.limes.core.io.mapping.MappingFactory
-
public class MappingFactory extends Object
- Version:
- Nov 12, 2015
- Author:
- Mohamed Sherif <sherif @ informatik.uni-leipzig.de>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappingFactory.MappingType
-
Constructor Summary
Constructors Constructor Description MappingFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMappingcreateDefaultMapping()static AMappingcreateMapping(MappingFactory.MappingType type)
-
-
-
Method Detail
-
createDefaultMapping
public static AMapping createDefaultMapping()
- Returns:
- the default Mapping implementation
-
createMapping
public static AMapping createMapping(MappingFactory.MappingType type)
- Parameters:
type- of mapping- Returns:
- a specific module instance given its module's name
-
-