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