Uses of Interface
org.pentaho.reporting.libraries.formula.function.Function
-
-
Uses of Function in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return Function Modifier and Type Method Description FunctionDefaultFunctionRegistry. createFunction(java.lang.String name)FunctionFunctionRegistry. createFunction(java.lang.String name)Function[]DefaultFunctionRegistry. getFunctions()Function[]FunctionRegistry. getFunctions()Function[]DefaultFunctionRegistry. getFunctionsByCategory(FunctionCategory category)Function[]FunctionRegistry. getFunctionsByCategory(FunctionCategory category) -
Uses of Function in org.pentaho.reporting.libraries.formula.function.datetime
Classes in org.pentaho.reporting.libraries.formula.function.datetime that implement Function Modifier and Type Class Description classDateDifFunctionThis function returns the number of years, months, or days between two date numbers.classDateFunctionCreation-Date: 04.11.2006, 18:59:11classDateValueFunctionThis function returnsclassDayFunctionThis function extracts the day from a date.classDaysFunctionThis is the same as DATEDIFF(date_1, date_2, "d");classHourFunctionThis function extracts the hour (0 through 23) from a time.classMinuteFunctionThis function extracts the minute (0 through 59) from a time.classMonthFunctionThis function extracts the month from a date.classNowFunctionReturn the serial number of the current date and time.classSecondFunctionThis function extracts the minute (0 through 59) from a time.classTimeFunctionThis fonction constructs a time from hours, minutes, and seconds.classTimeValueFunctionThis fonction constructs a time from hours, minutes, and seconds.classTodayFunctionTodo: Document me!classWeekDayFunctionThis function extracts the day of week from a date.classYearFunctionThis function extracts the year from a date. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.information
Classes in org.pentaho.reporting.libraries.formula.function.information that implement Function Modifier and Type Class Description classChooseFunctionThis function uses an index to return a value from a list of values.classCountAFunctionThis function counts the number of non-empty values in the list of AnySequences provided.classCountBlankFunctionThis function counts the number of blank cells in the Reference provided.classCountFunctionThis function counts the numbers in the list of NumberSequences provided.classHasChangedFunctionCreation-Date: 24.11.2006, 13:02:41classIndexFunctionTodo: Document me!classIsBlankFunctionDocument me!classIsErrFunctionThis function returns true if the parameter is of error and not of error type NA.classIsErrorFunctionThis function returns true if the parameter is of error.classIsEvenFunctionThis function retruns true if the given value is an even number.classIsLogicalFunctionThis function checks whatever the given value is of Logical type.classIsNaFunctionThis function returns true if the parameter is of error type NA.classIsNonTextFunctionThis function retruns false if the given value is of type Text.classIsNumberFunctionThis function retruns true if the given value is of type Number.classIsOddFunctionThis function retruns true if the given value is an odd number.classIsRefFunctionThis function retruns true if the given value is reference.classIsTextFunctionThis function retruns true if the given value is of type Text.classNaFunctionThis function class represents the constant error NA.classValueFunctionThis function returns the number value of a text string. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.logical
Classes in org.pentaho.reporting.libraries.formula.function.logical that implement Function Modifier and Type Class Description classAndFunctionCreation-Date: 04.11.2006, 18:28:15classFalseFunctionCreation-Date: 04.11.2006, 18:28:15classIfFunctionCreation-Date: 04.11.2006, 18:28:15classIfNaFunctionCreation-Date: 04.11.2006, 18:28:15classNotFunctionCreation-Date: 04.11.2006, 18:28:15classOrFunctionCreation-Date: 04.11.2006, 18:28:15classTrueFunctionCreation-Date: 04.11.2006, 18:28:15classXorFunctionCreation-Date: 04.11.2006, 18:28:15 -
Uses of Function in org.pentaho.reporting.libraries.formula.function.math
Classes in org.pentaho.reporting.libraries.formula.function.math that implement Function Modifier and Type Class Description classAbsFunctionThis function returns the absolute (nonnegative) of the value.classAcosFunctionThis function returns the acos of the value.classAcoshFunctionThis function returns the acos of the value.classAsinFunctionThis function returns the acos of the value.classAtan2FunctionThis function returns the acos of the value.classAtanFunctionThis function returns the acos of the value.classAverageAFunctionThis function returns the average of the number sequence.classAverageFunctionThis function returns the average of the number sequence.classCosFunctionThis function returns the acos of the value.classEvenFunctionThis function returns the rounding of a number up to the nearest even integer.classExpFunctionThis function returns the acos of the value.classLnFunctionThis function returns the acos of the value.classLog10FunctionThis function returns the acos of the value.classLogFunctionThis function returns the acos of the value.classMaxAFunctionThis function returns the maximum from a set of numbers.classMaxFunctionThis function returns the maximum from a set of numbers.classMinAFunctionThis function returns the minimum from a set of numbers.classMinFunctionThis function returns the minimum from a set of numbers.classModFunctionThis function returns the remainder when one number is divided by another number.classOddFunctionThis function returns the rounding a number up to the nearest odd integer, where "up" means "away from 0".classPiFunctionThis function returns the acos of the value.classPowerFunctionThis function returns the value of one number raised to the power of another number.classSinFunctionThis function returns the acos of the value.classSqrtFunctionThis function returns the sqrt of the value.classSumAFunctionCreation-Date: 31.10.2006, 17:39:19classSumFunctionCreation-Date: 31.10.2006, 17:39:19classVarFunctionThis function returns the acos of the value. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.rounding
Classes in org.pentaho.reporting.libraries.formula.function.rounding that implement Function Modifier and Type Class Description classIntFunctionThis function returns a number down to the nearest integer. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.text
Classes in org.pentaho.reporting.libraries.formula.function.text that implement Function Modifier and Type Class Description classExactFunctionThis function reports if two given text values are exactly equal using a case-sensitive comparison.classFindFunctionThis function returns the starting position of a given text in the given text.classLeftFunctionThis function returns a selected number of text characters from the left.
This function depends onMidFunction.classLenFunctionThis function returns the lengh in characters of the given value.classLowerFunctionThis function returns the given text in lower case.classMessageFunctionTodo: Document me!classMidFunctionThis function returns extracted text, given an original text, starting position, and length.classReplaceFunctionThis function returns text where an old text is substituted with a new text.classReptFunctionThis function returns text repeated Count times.classRightFunctionThis function returns a selected number of text characters from the right.
This function depends onMidFunction.classSubstituteFunctionThis function returns text where an old text is substituted with a new text.classTextFunctionThis function returns the given value as text.classTFunctionThis function returns the given text value or a zero lenght string for non text type.classTrimFunctionThis function returns the given text free of leading spaces.classUnicharFunctionThis function returns the given value as text.classUnicodeFunctionThis function returns the given value as text.classUpperFunctionThis function returns the given text in upper case.classURLEncodeFunctionThis function encodes a given text using the URL-Encoding schema. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.userdefined
Classes in org.pentaho.reporting.libraries.formula.function.userdefined that implement Function Modifier and Type Class Description classCsvArrayFunctionTodo: Document me!classCsvTextFunctionTodo: Document me!classNormalizeArrayFunctionTodo: Document me!classNullFunctionCreation-Date: Dec 18, 2006, 12:54:55 PMclassParseDateFunctionTodo: Document me! -
Uses of Function in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return Function Modifier and Type Method Description FunctionFormulaFunction. getFunction()Returns the initialized function.
-