Package org.faktorips.fl.functions
package org.faktorips.fl.functions
-
ClassesClassDescriptionThe abs() function.AbstractBaseFlFunction<T extends org.faktorips.codegen.CodeFragment>Abstract default implementation of
FlFunction.AbstractBaseVarArgFunction<T extends org.faktorips.codegen.CodeFragment>An extension of theAbstractBaseFlFunctionthat provides base functionality for variable argument functions.AbstractJavaimplementation ofFlFunction.This class implements the if statement.AbstractBaseVarArgFunctionforJava codegenerating functions.A function that provides a boolean and-operation and has the following signature boolean AND(boolean...).A function that counts the instances of the pathThis class implements the if statement for the condition of typeDatatype.PRIMITIVE_BOOLEAN.This class implements the if statement for the condition of typeDatatype.BOOLEAN.Boolean function NOT.Boolean function NOT for the wrapper type.A function that provides a boolean or-operation and has the following signature boolean OR(boolean...).A class that implements the power of a Decimal.A class that implements the power of a int.A class that implements the square root of a Decimal.A function that given an array of objects from the same class or interface allows to sum up one of the properties.The function: Decimal sum(Decimal[])A function that converts the input to a String.