Class PreprocessingFunctionFactory
- java.lang.Object
-
- org.aksw.limes.core.io.preprocessing.PreprocessingFunctionFactory
-
public class PreprocessingFunctionFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAN_IRIstatic StringCLEAN_NUMBERstatic StringCONCATstatic StringREGEX_REPLACEstatic StringREMOVE_BRACESstatic StringREMOVE_LANGUAGE_TAGstatic StringREMOVE_NON_ALPHANUMERICstatic StringRENAME_PROPERTYstatic StringREPLACEstatic StringSPLITstatic StringTO_CELSIUSstatic StringTO_FAHRENHEITstatic StringTO_LOWERCASEstatic StringTO_UPPERCASEstatic StringTO_WKT_POINTstatic StringURI_AS_STRING
-
Constructor Summary
Constructors Constructor Description PreprocessingFunctionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static APreprocessingFunctiongetPreprocessingFunction(PreprocessingFunctionType type)static PreprocessingFunctionTypegetPreprocessingType(String expression)static List<String>listTypes()
-
-
-
Field Detail
-
CLEAN_IRI
public static final String CLEAN_IRI
- See Also:
- Constant Field Values
-
CLEAN_NUMBER
public static final String CLEAN_NUMBER
- See Also:
- Constant Field Values
-
CONCAT
public static final String CONCAT
- See Also:
- Constant Field Values
-
REGEX_REPLACE
public static final String REGEX_REPLACE
- See Also:
- Constant Field Values
-
REMOVE_LANGUAGE_TAG
public static final String REMOVE_LANGUAGE_TAG
- See Also:
- Constant Field Values
-
RENAME_PROPERTY
public static final String RENAME_PROPERTY
- See Also:
- Constant Field Values
-
REPLACE
public static final String REPLACE
- See Also:
- Constant Field Values
-
TO_CELSIUS
public static final String TO_CELSIUS
- See Also:
- Constant Field Values
-
TO_FAHRENHEIT
public static final String TO_FAHRENHEIT
- See Also:
- Constant Field Values
-
TO_UPPERCASE
public static final String TO_UPPERCASE
- See Also:
- Constant Field Values
-
TO_LOWERCASE
public static final String TO_LOWERCASE
- See Also:
- Constant Field Values
-
REMOVE_BRACES
public static final String REMOVE_BRACES
- See Also:
- Constant Field Values
-
REMOVE_NON_ALPHANUMERIC
public static final String REMOVE_NON_ALPHANUMERIC
- See Also:
- Constant Field Values
-
URI_AS_STRING
public static final String URI_AS_STRING
- See Also:
- Constant Field Values
-
SPLIT
public static final String SPLIT
- See Also:
- Constant Field Values
-
TO_WKT_POINT
public static final String TO_WKT_POINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPreprocessingType
public static PreprocessingFunctionType getPreprocessingType(String expression)
-
getPreprocessingFunction
public static APreprocessingFunction getPreprocessingFunction(PreprocessingFunctionType type)
-
-