All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractComparatorByCriteria Base class for the implementation of custom comparators.AbstractDataSetCore AbstractFunction Base class for the implementation of aggregate functions.AggregatedList<T> A read-only list implementation that aggregates a set of sub lists.AggregateFunctionManagerImpl AverageFunction It calculates the average value of a set of numbers.Chronometer The interfaceChronometerpermits to measure the time elapsed between two time snapshots.CollectionsDataSetSort A basic sort algorithm takes relies on the default Collections.sort() implementation.ComparatorByCriteria Interface addressed to enable the comparison of objects using multiple comparison criteria.ComparatorUtils Helper class containing methods for the comparison between different types.CoreFunction CountFunction It calculates the number of occurrences inside a given collection.DataSetFilterAlgorithm Data set filter algorithm interface.DataSetFilterContext A data set contextDataSetFilterIndex An index for filtered data sets.DataSetFunction A data set functionDataSetFunctionIndex An aggregate function value indexDataSetGroupIndex A DataSet group operation indexDataSetHandler Interface addressed to execute single operations over a data set.DataSetIndex A DataSet indexDataSetIndexElement A DataSet index elementDataSetIndexNode A DataSet index nodeDataSetIndexRegistry Maintains a registry of data set indexesDataSetIndexStats A DataSetIndex statsDataSetIndexStatsImpl A DataSetIndex statsDataSetIndexVisitor A DataSetIndex visitorDataSetIntervalIndex An interval indexDataSetIntervalIndexHolder Classes implementing this interface hold a list of interval indexes.DataSetIntervalSetIndex A set of interval indexesDataSetRowComparator A comparator of data set rows.DataSetRowSet It provides access to a data set row subset.DataSetSortAlgorithm Data set sort algorithm interface.DataSetSortIndex An index for source data sets.DataSetStaticIndex An index for static data sets.DefaultFilterAlgorithm Default data set filter algorithm.DistinctFunction It calculates the number of distinct occurrences inside a given collection.IntervalBuilder Group operations requires to split the values of a column into intervals.IntervalBuilderDynamicLabel Interval builder for label columns which generates one interval per label.IntervalBuilderFixedDate Interval builder for date columns which generates a fixed number of intervals for a given interval size.IntervalBuilderLocator IntervalList An list containing the intervals derived from an specific domain configuration.IntervalListDayOfWeek List of the 7-days intervals present in a week.IntervalListHour List of the 24-hor intervals present in a day.IntervalListMinute List of the 60-minute intervals present in a hour.IntervalListMonth List of the 12-months intervals present in a year.IntervalListQuarter List of the 4-quarter intervals present in a year.IntervalListSecond List of the 60-second intervals present in a minute.LogicalFunction MaxFunction It calculates the max. number of a set of values.MemSizeFormatter MinFunction It calculates the min. number of a set of values.SharedDataSetOpEngine Engine implementation that can runs both on client and server.SumFunction It calculates the sum value of a set of numbers.TransientDataSetIndexRegistry