Uses of Class
org.aksw.limes.core.io.preprocessing.PreprocessingFunctionType
-
Packages that use PreprocessingFunctionType Package Description org.aksw.limes.core.io.preprocessing -
-
Uses of PreprocessingFunctionType in org.aksw.limes.core.io.preprocessing
Methods in org.aksw.limes.core.io.preprocessing that return PreprocessingFunctionType Modifier and Type Method Description static PreprocessingFunctionTypePreprocessingFunctionFactory. getPreprocessingType(String expression)static PreprocessingFunctionTypePreprocessingFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreprocessingFunctionType[]PreprocessingFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.io.preprocessing with parameters of type PreprocessingFunctionType Modifier and Type Method Description static APreprocessingFunctionPreprocessingFunctionFactory. getPreprocessingFunction(PreprocessingFunctionType type)
-