public class CleanNumber extends APreprocessingFunction implements IPreprocessingFunction
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
typedNumber
Matches a number that is followed by "^"
|
static Pattern |
untypedNumber |
AT, checkFunctionString, commaNotInsideQuotation| Constructor and Description |
|---|
CleanNumber() |
| Modifier and Type | Method and Description |
|---|---|
Instance |
applyFunctionAfterCheck(Instance i,
String property,
String... arguments) |
int |
maxNumberOfArguments() |
int |
minNumberOfArguments() |
static String |
removeTypeInformation(String number)
Removes type information from number propertyerties, e.g.
|
applyFunction, isComplex, retrieveArguments, retrieveKeywordArgumentValue, sanityCheckArguments, testIfNumberOfArgumentsIsLegalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyFunction, isComplexpublic static final Pattern typedNumber
public static final Pattern untypedNumber
public Instance applyFunctionAfterCheck(Instance i, String property, String... arguments)
applyFunctionAfterCheck in class APreprocessingFunctionpublic static String removeTypeInformation(String number)
number - public int minNumberOfArguments()
minNumberOfArguments in interface IPreprocessingFunctionpublic int maxNumberOfArguments()
maxNumberOfArguments in interface IPreprocessingFunctionCopyright © 2020. All rights reserved.