public class Split extends APreprocessingFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
SPLIT_CHAR_KEYWORD |
AT, checkFunctionString, commaNotInsideQuotation| Constructor and Description |
|---|
Split() |
| Modifier and Type | Method and Description |
|---|---|
Instance |
applyFunctionAfterCheck(Instance inst,
String resultProperties,
String... arguments) |
boolean |
isComplex() |
int |
maxNumberOfArguments() |
int |
minNumberOfArguments() |
applyFunction, retrieveArguments, retrieveKeywordArgumentValue, sanityCheckArguments, testIfNumberOfArgumentsIsLegalpublic static final String SPLIT_CHAR_KEYWORD
public int minNumberOfArguments()
public int maxNumberOfArguments()
public Instance applyFunctionAfterCheck(Instance inst, String resultProperties, String... arguments)
applyFunctionAfterCheck in class APreprocessingFunctionpublic boolean isComplex()
isComplex in interface IPreprocessingFunctionisComplex in class APreprocessingFunctionCopyright © 2020. All rights reserved.