Uses of Class
org.aksw.limes.core.io.mapping.MappingFactory.MappingType
-
Packages that use MappingFactory.MappingType Package Description org.aksw.limes.core.io.mapping -
-
Uses of MappingFactory.MappingType in org.aksw.limes.core.io.mapping
Methods in org.aksw.limes.core.io.mapping that return MappingFactory.MappingType Modifier and Type Method Description static MappingFactory.MappingTypeMappingFactory.MappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingFactory.MappingType[]MappingFactory.MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.io.mapping with parameters of type MappingFactory.MappingType Modifier and Type Method Description static AMappingMappingFactory. createMapping(MappingFactory.MappingType type)
-