Uses of Interface
org.faktorips.fl.FunctionSignature
Packages that use FunctionSignature
Package
Description
The package and it's sub-packages contain a compiler that compiles an expression with an Excel
like syntax into Java sourcecode.
-
Uses of FunctionSignature in org.faktorips.fl
Subinterfaces of FunctionSignature in org.faktorips.flModifier and TypeInterfaceDescriptioninterfaceFlFunction<T extends org.faktorips.codegen.CodeFragment>A function used in the formula language.Classes in org.faktorips.fl that implement FunctionSignatureModifier and TypeClassDescriptionclassDefault implementation of FunctionSignature.Methods in org.faktorips.fl with parameters of type FunctionSignatureModifier and TypeMethodDescriptionbooleanFunctionSignature.isSame(FunctionSignature fctSignature) Returns true if the given fctSignature is the same as this one.booleanFunctionSignatureImpl.isSame(FunctionSignature fctSignature) -
Uses of FunctionSignature in org.faktorips.fl.functions
Classes in org.faktorips.fl.functions that implement FunctionSignatureModifier and TypeClassDescriptionclassThe abs() function.classAbstractBaseFlFunction<T extends org.faktorips.codegen.CodeFragment>Abstract default implementation ofFlFunction.classAbstractBaseVarArgFunction<T extends org.faktorips.codegen.CodeFragment>An extension of theAbstractBaseFlFunctionthat provides base functionality for variable argument functions.classAbstractJavaimplementation ofFlFunction.classThis class implements the if statement.classclassAbstractBaseVarArgFunctionforJava codegenerating functions.classA function that provides a boolean and-operation and has the following signature boolean AND(boolean...).classA function that counts the instances of the pathclassclassThis class implements the if statement for the condition of typeDatatype.PRIMITIVE_BOOLEAN.classThis class implements the if statement for the condition of typeDatatype.BOOLEAN.classclassclassclassclassclassclassclassclassclassBoolean function NOT.classBoolean function NOT for the wrapper type.classA function that provides a boolean or-operation and has the following signature boolean OR(boolean...).classA class that implements the power of a Decimal.classA class that implements the power of a int.classclassA class that implements the square root of a Decimal.classA function that given an array of objects from the same class or interface allows to sum up one of the properties.classThe function: Decimal sum(Decimal[])classclassA function that converts the input to a String.class -
Uses of FunctionSignature in org.faktorips.fl.functions.date
Classes in org.faktorips.fl.functions.date that implement FunctionSignature