Class Split
- java.lang.Object
-
- org.aksw.limes.core.io.preprocessing.APreprocessingFunction
-
- org.aksw.limes.core.io.preprocessing.functions.Split
-
- All Implemented Interfaces:
IPreprocessingFunction
public class Split extends APreprocessingFunction
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPLIT_CHAR_KEYWORD-
Fields inherited from class org.aksw.limes.core.io.preprocessing.APreprocessingFunction
AT, checkFunctionString, commaNotInsideQuotation
-
-
Constructor Summary
Constructors Constructor Description Split()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceapplyFunctionAfterCheck(Instance inst, String resultProperties, String... arguments)booleanisComplex()intmaxNumberOfArguments()intminNumberOfArguments()-
Methods inherited from class org.aksw.limes.core.io.preprocessing.APreprocessingFunction
applyFunction, retrieveArguments, retrieveKeywordArgumentValue, sanityCheckArguments, testIfNumberOfArgumentsIsLegal
-
-
-
-
Field Detail
-
SPLIT_CHAR_KEYWORD
public static final String SPLIT_CHAR_KEYWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
minNumberOfArguments
public int minNumberOfArguments()
-
maxNumberOfArguments
public int maxNumberOfArguments()
-
applyFunctionAfterCheck
public Instance applyFunctionAfterCheck(Instance inst, String resultProperties, String... arguments)
- Specified by:
applyFunctionAfterCheckin classAPreprocessingFunction
-
isComplex
public boolean isComplex()
- Specified by:
isComplexin interfaceIPreprocessingFunction- Overrides:
isComplexin classAPreprocessingFunction
-
-