Package org.kie.pmml.api.enums
Enum Class BUILTIN_FUNCTIONS
- All Implemented Interfaces:
Serializable,Comparable<BUILTIN_FUNCTIONS>,Constable,Named
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic BUILTIN_FUNCTIONSstatic voidcheckBoolean(Object object) static voidcheckBooleans(Object[] inputData, int expectedSize) static voidstatic voidcheckDates(Object[] inputData, int expectedSize) static voidcheckInteger(Object object) static voidcheckLength(Object[] inputData, int expectedSize) static voidcheckMinimumLength(Object[] inputData, int minimumLength) static voidcheckNumber(Object object) static voidcheckNumbers(Object[] inputData, int expectedSize) static voidcheckRangeLength(Object[] inputData, int minimumLength, int maximumLength) static voidcheckString(Object object) static voidcheckStrings(Object[] inputData, int expectedSize) getName()getValue(Object[] inputData, MiningField referredByFieldRef) static booleanisBUILTIN_FUNCTIONS(String name) static booleanstatic BUILTIN_FUNCTIONSReturns the enum constant of this class with the specified name.static BUILTIN_FUNCTIONS[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLUS
-
MINUS
-
MULTI
-
DIVISION
-
MIN
-
MAX
-
SUM
-
AVG
-
MEDIAN
-
PRODUCT
-
LOG10
-
LN
-
SQRT
-
ABS
-
EXP
-
POW
-
THRESHOLD
-
FLOOR
-
CEIL
-
ROUND
-
MODULO
-
IS_MISSING
-
IS_NOT_MISSING
-
IS_VALID
-
IS_NOT_VALID
-
EQUAL
-
NOT_EQUAL
-
LESS_THAN
-
LESS_OR_EQUAL
-
GREATER_THAN
-
GREATER_OR_EQUAL
-
AND
-
OR
-
NOT
-
IS_IN
-
IS_NOT_IN
-
IF
-
UPPERCASE
-
LOWERCASE
-
STRING_LENGTH
-
SUBSTRING
-
TRIM_BLANKS
-
CONCAT
-
REPLACE
-
MATCHES
-
FORMAT_NUMBER
-
FORMAT_DATE_TIME
-
DATE_DAYS_SINCE_YEAR
-
DATE_SECONDS_SINCE_YEAR
-
DATE_SECONDS_SINCE_MIDNIGHT
-
NORMAL_CDF
-
NORMAL_PDF
-
STD_NORMAL_CDF
-
STD_NORMAL_PDF
-
ERF
-
NORMAL_IDF
-
STD_NORMAL_IDF
-
EXPM1
-
HYPOT
-
LN1P
-
RINT
-
SIN
-
ASIN
-
SINH
-
COS
-
ACOS
-
COSH
-
TAN
-
ATAN
-
TANH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isBUILTIN_FUNCTIONS
-
isBUILTIN_FUNCTIONS_VALIDATION
-
byName
-
getName
-
getValue
-
checkNumbers
-
checkNumber
-
checkInteger
-
checkStrings
-
checkString
-
checkBooleans
-
checkBoolean
-
checkDates
-
checkDate
-
checkLength
-
checkMinimumLength
-
checkRangeLength
-