- filter(<any>) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- filter(<any>) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns a new data frame those rows are filtered by the specified filter model.
- FilterDataFrame<R,C,V> - Class in com.macrofocus.molap.dataframe
-
A row filterable data frame.
- FilterDataFrame(DataFrame<R, C, V>, <any>) - Constructor for class com.macrofocus.molap.dataframe.FilterDataFrame
-
- findColumn(String) - Method in class com.macrofocus.molap.table.AbstractTable
-
- findColumn(String) - Method in interface com.macrofocus.molap.table.Table
-
- FlyweightSet<E> - Class in com.macrofocus.molap.aggregates.cube
-
A thread-safe Set that manages flyweights: sharable objects that are usually
immutable.
- FlyweightSet() - Constructor for class com.macrofocus.molap.aggregates.cube.FlyweightSet
-
- fromColumnSeries(Series<R, V>...) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame using a combination of series.
- fromCSV(URL) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by loading a Comma-Separated Values (CSV) encoded file.
- fromExcel(URL) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by loading an Excel (.xls, .xlsx) file.
- fromJSON(URL) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by loading a JSON encoded file.
- fromMySQL(String, String, String, String) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by retrieving the result of a query made to a MySQL database.
- fromOracle(String, String, String, String) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by retrieving the result of a query made to an Oracle database.
- fromPostgreSQL(String, String, String, String) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by retrieving the result of a query made to a PostgreSQL database.
- fromRowMajorArray(String[], Class[], V[][]) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame using a row-major two dimensional array.
- fromSQLServer(String, String, String, String) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by retrieving the result of a query made to a Microsoft SQL Server database.
- fromTableModel(TableModel) - Static method in class com.macrofocus.molap.dataframe.swing.SwingDataFrameFactory
-
Creates a data frame using a Swing TableModel.
- fromTSV(URL) - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
Creates a data frame by loading a tab-delimited encoded file.
- get(Cuboid) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery.CollapseOperation
-
- get(Cuboid) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery.DiceOperation
-
- get(Cuboid) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery.DrillDownOperation
-
- get(Cuboid) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery.DrillUpOperation
-
- get(Cuboid) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery.SliceOperation
-
- get(R) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
-
- get(K) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame.ColumnSeries
-
- get(int) - Method in class com.macrofocus.molap.index.MultiKey
-
- get(Integer) - Method in class com.macrofocus.molap.series.DefaultSeries
-
- get(K) - Method in class com.macrofocus.molap.series.IndexedSeries
-
- get(K) - Method in class com.macrofocus.molap.series.ReIndexedSeries
-
- get(K) - Method in interface com.macrofocus.molap.series.Series
-
- getAddress(K) - Method in class com.macrofocus.molap.index.DefaultIndex
-
- getAddress(K) - Method in interface com.macrofocus.molap.index.Index
-
- getAddress(Integer) - Method in class com.macrofocus.molap.index.IntegerIndex
-
- getAddress(K) - Method in class com.macrofocus.molap.index.SortedIndex
-
- getAffectedColumns() - Method in class com.macrofocus.molap.dataframe.DataFrameEvent
-
Rreturns the column that have been affected by teh change.
- getAffectedRows() - Method in class com.macrofocus.molap.dataframe.DataFrameEvent
-
Returns the rows that have been affected by the change.
- getAggregations() - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery
-
- getAggregations() - Method in class com.macrofocus.molap.aggregates.query.CuboidsQuery
-
- getAggregations() - Method in class com.macrofocus.molap.aggregates.query.OrderQuery
-
- getAggregations() - Method in class com.macrofocus.molap.aggregates.query.PivotQuery
-
- getAggregations() - Method in interface com.macrofocus.molap.aggregates.query.Query
-
- getApexCuboid() - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getApexCuboid() - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getChildCuboid(Cuboid) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getChildCuboid(Cuboid) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getCoefficientOfVariance() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getColumn(String) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumn(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getColumn(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns a series of all the values of a given column.
- getColumn(String) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumn(Object) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumn(C) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumn(String) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumn(int) - Method in class com.macrofocus.molap.table.AbstractTable
-
- getColumn(int) - Method in interface com.macrofocus.molap.table.Table
-
- getColumnAddress(String) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumnAddress(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getColumnAddress(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the absolute index for the specified column key.
- getColumnAddress(String) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumnAddress(C) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getColumnAddress(Object) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumnAddress(C) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumnAddress(C) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getColumnAddress(String) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumnClass(int) - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getColumnClass(String) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumnClass(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the most specific superclass for all cell values in a column
- getColumnClass(String) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumnClass(C) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getColumnClass(Object) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumnClass(C) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumnClass(C) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getColumnClass(int) - Method in class com.macrofocus.molap.dataframe.swing.DataFrameTableModel
-
- getColumnClass(String) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumnClass(int) - Method in class com.macrofocus.molap.table.ColumnsTable
-
- getColumnClass(int) - Method in class com.macrofocus.molap.table.SimpleTable
-
- getColumnClass(int) - Method in interface com.macrofocus.molap.table.Table
-
Returns the most specific superclass for all the cell values
in the column.
- getColumnClass(int) - Method in class com.macrofocus.molap.table.UnpivotTable
-
- getColumnCount() - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getColumnCount() - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getColumnCount() - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the number of columns contained by this data frame.
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.swing.DataFrameTableModel
-
- getColumnCount() - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumnCount() - Method in class com.macrofocus.molap.table.ColumnsTable
-
- getColumnCount() - Method in class com.macrofocus.molap.table.SimpleTable
-
- getColumnCount() - Method in interface com.macrofocus.molap.table.Table
-
Returns the number of columns in the model.
- getColumnCount() - Method in class com.macrofocus.molap.table.UnpivotTable
-
- getColumnIndex() - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumnIndex() - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Gets the index used to access the columns.
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getColumnIndex() - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getColumnKey(int) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the column key at the specified absolute index.
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getColumnKey(int) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getColumnName(int) - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getColumnName(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getColumnName(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the name of the column.
- getColumnName(int) - Method in class com.macrofocus.molap.dataframe.swing.DataFrameTableModel
-
- getColumnName(int) - Method in class com.macrofocus.molap.table.ColumnsTable
-
- getColumnName(int) - Method in class com.macrofocus.molap.table.SimpleTable
-
- getColumnName(int) - Method in interface com.macrofocus.molap.table.Table
-
Returns the name of the column at columnIndex
.
- getColumnName(int) - Method in class com.macrofocus.molap.table.UnpivotTable
-
- getColumnStatistics(DataFrame<R, C, ?>, C) - Static method in class com.macrofocus.molap.dataframe.DataFrameHelper
-
Deprecated.
- getCorrectedSumOfSquares() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getCount(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getCount() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getCount(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getCount(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getCount(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for counting the number of values.
- getCountDistinct(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getCountDistinct(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getCountDistinct(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getCountDistinct(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for counting the number of distinct values.
- getCountOfMissing() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getCube() - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getCube() - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getCube() - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getCube() - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getCuboid() - Method in interface com.macrofocus.molap.aggregates.AggregateDataFrame
-
Returns the cuboid used to aggregate the values.
- getCuboid(Dimensions, Dice, Structure) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getCuboid(Dimensions, Dice, Structure) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getCuboid() - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery
-
- getCuboid() - Method in class com.macrofocus.molap.aggregates.query.CuboidsQuery
-
- getCuboid() - Method in class com.macrofocus.molap.aggregates.query.OrderQuery
-
- getCuboid() - Method in class com.macrofocus.molap.aggregates.query.PivotQuery
-
- getCuboid() - Method in interface com.macrofocus.molap.aggregates.query.Query
-
- getCuboid() - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getDataFrame() - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getDataFrame() - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getDice() - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getDice() - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getDimensions() - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getDimensions() - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.query.CuboidsQuery
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.query.OrderQuery
-
- getDimensions() - Method in class com.macrofocus.molap.aggregates.query.PivotQuery
-
- getDimensions() - Method in interface com.macrofocus.molap.aggregates.query.Query
-
- getDistinct(Group, Series) - Method in class com.macrofocus.molap.aggregates.cuboid.AbstractCuboid
-
- getDistinct(Group, Series) - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getDistributiveStatistics(Group, Series) - Method in class com.macrofocus.molap.aggregates.cuboid.AbstractCuboid
-
- getDistributiveStatistics(Group, Series) - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getGroup(int) - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getGroupIndex(Group) - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getGroups() - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.query.CuboidsQuery
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.query.OrderQuery
-
- getGroups() - Method in class com.macrofocus.molap.aggregates.query.PivotQuery
-
- getGroups() - Method in interface com.macrofocus.molap.aggregates.query.Query
-
- getGroupsCount() - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getGroupsCount() - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getGroupsCount() - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getGroupsStartingWith(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getGroupsStartingWith(Group) - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getGroupsStartingWith(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getGroupsStartingWithCount(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getGroupsStartingWithCount(Group) - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getGroupsStartingWithCount(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getIndex(Object) - Method in class com.macrofocus.molap.aggregates.cube.Dimensions
-
- getIndex(Columns) - Method in class com.macrofocus.molap.table.AbstractIndexedTable
-
- getIndex(Columns) - Method in interface com.macrofocus.molap.table.IndexedTable
-
- getInstance() - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
- getInstance() - Static method in class com.macrofocus.molap.series.SeriesFactory
-
- getKey(int) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
-
- getKey(int) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame.ColumnSeries
-
- getKey(int) - Method in class com.macrofocus.molap.index.DefaultIndex
-
- getKey(int) - Method in interface com.macrofocus.molap.index.Index
-
- getKey(int) - Method in class com.macrofocus.molap.index.IntegerIndex
-
- getKey(int) - Method in class com.macrofocus.molap.index.SortedIndex
-
- getKey(int) - Method in class com.macrofocus.molap.series.DefaultSeries
-
- getKey(int) - Method in class com.macrofocus.molap.series.IndexedSeries
-
- getKey(int) - Method in class com.macrofocus.molap.series.ReIndexedSeries
-
- getKey(int) - Method in interface com.macrofocus.molap.series.Series
-
- getLast() - Method in class com.macrofocus.molap.aggregates.cube.ArrayGroup
-
- getLast() - Method in class com.macrofocus.molap.aggregates.cube.Dice
-
- getLast() - Method in class com.macrofocus.molap.aggregates.cube.Dimensions
-
- getLast() - Method in interface com.macrofocus.molap.aggregates.cube.Group
-
- getLast() - Method in class com.macrofocus.molap.aggregates.cube.LinkedGroup
-
- getLast() - Method in class com.macrofocus.molap.aggregates.query.Structure
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.macrofocus.molap.dataframe.swing.ColumnRenderer
-
- getLowerConfidenceLimit() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getMax(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getMax(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getMax(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getMax(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for finding the maximum value.
- getMaximum() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getMaximum(Object) - Method in class com.macrofocus.molap.dataframe.DataFrameStatistics
-
Deprecated.
- getMean(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getMean() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getMean(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getMean(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getMean(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for computing the mean value.
- getMin(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getMin(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getMin(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getMin(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for finding the minimum value.
- getMinimum() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getMinimum(Object) - Method in class com.macrofocus.molap.dataframe.DataFrameStatistics
-
Deprecated.
- getMinimumSize() - Method in class com.macrofocus.molap.dataframe.swing.VariableComboBox
-
- getName() - Method in class com.macrofocus.molap.aggregates.aggregation.AbstractAggregation
-
- getName() - Method in interface com.macrofocus.molap.aggregates.aggregation.Aggregation
-
- getName() - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
-
- getName() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame.ColumnSeries
-
- getName() - Method in class com.macrofocus.molap.series.DefaultSeries
-
- getName() - Method in class com.macrofocus.molap.series.IndexedSeries
-
- getName() - Method in class com.macrofocus.molap.series.ReIndexedSeries
-
- getName() - Method in interface com.macrofocus.molap.series.Series
-
- getName() - Method in interface com.macrofocus.molap.table.Column
-
- getName() - Method in class com.macrofocus.molap.table.LookupColumn
-
- getName() - Method in class com.macrofocus.molap.table.TableColumn
-
- getPath(int) - Method in class com.macrofocus.molap.aggregates.cube.ArrayGroup
-
- getPath() - Method in class com.macrofocus.molap.aggregates.cube.ArrayGroup
-
- getPath() - Method in interface com.macrofocus.molap.aggregates.cube.Group
-
- getPath(int) - Method in interface com.macrofocus.molap.aggregates.cube.Group
-
- getPath(int) - Method in class com.macrofocus.molap.aggregates.cube.LinkedGroup
-
- getPath() - Method in class com.macrofocus.molap.aggregates.cube.LinkedGroup
-
- getPath() - Method in class com.macrofocus.molap.aggregates.query.Structure
-
- getPathLength() - Method in class com.macrofocus.molap.aggregates.cube.ArrayGroup
-
- getPathLength() - Method in interface com.macrofocus.molap.aggregates.cube.Group
-
- getPathLength() - Method in class com.macrofocus.molap.aggregates.cube.LinkedGroup
-
- getPreferredSize() - Method in class com.macrofocus.molap.dataframe.swing.VariableComboBox
-
- getProbabilityOfGreaterAbsoluteValue() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getRange() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getRoot() - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getRoot() - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getRow(Group) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRow(Row) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns a series of all the values of a given row.
- getRow(Integer) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRow(R) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRow(Object) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRow(R) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRow(R) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRow(Integer) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRow(int) - Method in class com.macrofocus.molap.table.AbstractTable
-
- getRow(int) - Method in interface com.macrofocus.molap.table.Column
-
- getRow(int) - Method in class com.macrofocus.molap.table.Columns
-
- getRow(int) - Method in class com.macrofocus.molap.table.LookupColumn
-
- getRow() - Method in class com.macrofocus.molap.table.Row
-
- getRow(int) - Method in interface com.macrofocus.molap.table.Table
-
- getRow(int) - Method in class com.macrofocus.molap.table.TableColumn
-
- getRowAddress(Group) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRowAddress(R) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getRowAddress(Row) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the absolute index for the specified row key.
- getRowAddress(Integer) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRowAddress(R) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRowAddress(R) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRowAddress(R) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRowAddress(R) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRowAddress(Integer) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRowClass(Group) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRowClass(Row) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the most specific superclass for all cell values in a row.
- getRowClass(Integer) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRowClass(R) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRowClass(R) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRowClass(R) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRowClass(R) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRowClass(Integer) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getRowCount() - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getRowCount() - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the number of rows contained by the this data frame.
- getRowCount() - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.swing.DataFrameTableModel
-
- getRowCount() - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRowCount() - Method in interface com.macrofocus.molap.table.Column
-
- getRowCount() - Method in class com.macrofocus.molap.table.Columns
-
- getRowCount() - Method in class com.macrofocus.molap.table.ColumnsTable
-
- getRowCount() - Method in class com.macrofocus.molap.table.LookupColumn
-
- getRowCount() - Method in class com.macrofocus.molap.table.SimpleTable
-
- getRowCount() - Method in interface com.macrofocus.molap.table.Table
-
Returns the number of rows in the model.
- getRowCount() - Method in class com.macrofocus.molap.table.TableColumn
-
- getRowCount() - Method in class com.macrofocus.molap.table.UnpivotTable
-
- getRowIndex() - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRowIndex() - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Gets the index used to access the rows.
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRowIndex() - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getRowKey(int) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the row key at the specified absolute index.
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getRowKey(int) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getRows(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getRows(Group) - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getRows(Group) - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getSize() - Method in class com.macrofocus.molap.index.DefaultIndex
-
- getSize() - Method in interface com.macrofocus.molap.index.Index
-
- getSize() - Method in class com.macrofocus.molap.index.IntegerIndex
-
- getSize() - Method in class com.macrofocus.molap.index.MultiKey
-
- getSize() - Method in class com.macrofocus.molap.index.SortedIndex
-
- getStandardDeviation() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getStandardErrorOfMean() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getStdDev(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getStdDev(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getStdDev(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getStdDev(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for computing the standard deviation.
- getStructure() - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getStructure() - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getSum(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getSum() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getSum(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getSum(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getSum(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for computing the sum.
- getSwingInstance() - Static method in class com.macrofocus.molap.dataframe.DataFrameFactory
-
- getTable() - Method in class com.macrofocus.molap.table.Row
-
- getTableModel() - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getTValue() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getType() - Method in interface com.macrofocus.molap.aggregates.aggregation.Aggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.CountAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.CountDistinctAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.MaxAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.MeanAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.MinAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.StdDevAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.SumAggregation
-
- getType() - Method in class com.macrofocus.molap.aggregates.aggregation.VarianceAggregation
-
- getType() - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
-
- getType() - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame.ColumnSeries
-
- getType() - Method in class com.macrofocus.molap.series.DefaultSeries
-
- getType() - Method in class com.macrofocus.molap.series.IndexedSeries
-
- getType() - Method in class com.macrofocus.molap.series.ReIndexedSeries
-
- getType() - Method in interface com.macrofocus.molap.series.Series
-
- getType() - Method in interface com.macrofocus.molap.table.Column
-
- getType() - Method in class com.macrofocus.molap.table.LookupColumn
-
- getType() - Method in class com.macrofocus.molap.table.TableColumn
-
- getUncorrectedSumOfSquares() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getUniqueIndex(Columns) - Method in class com.macrofocus.molap.table.AbstractIndexedTable
-
- getUniqueIndex(Columns) - Method in interface com.macrofocus.molap.table.IndexedTable
-
- getUpperConfidenceLimit() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getValue() - Method in class com.macrofocus.molap.aggregates.aggregation.MaxAggregation
-
- getValue() - Method in class com.macrofocus.molap.aggregates.aggregation.MinAggregation
-
- getValue(Group, Aggregation) - Method in class com.macrofocus.molap.aggregates.query.CuboidQuery
-
- getValue(Group, Aggregation) - Method in class com.macrofocus.molap.aggregates.query.CuboidsQuery
-
- getValue(Group, Aggregation) - Method in class com.macrofocus.molap.aggregates.query.OrderQuery
-
- getValue(Group, Aggregation) - Method in class com.macrofocus.molap.aggregates.query.PivotQuery
-
- getValue(Group, Aggregation) - Method in interface com.macrofocus.molap.aggregates.query.Query
-
- getValue(Object, DataFrameStatistics.Method) - Method in class com.macrofocus.molap.dataframe.DataFrameStatistics
-
Deprecated.
- getValue(int) - Method in class com.macrofocus.molap.table.Columns
-
- getValueAt(int, int) - Method in class com.macrofocus.molap.adapter.AggregatesTableModel
-
- getValueAt(Group, String) - Method in class com.macrofocus.molap.aggregates.query.QueryDataFrame
-
- getValueAt(Row, Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the value for the cell at the intersection of the
column
key and row
key.
- getValueAt(Integer, String) - Method in class com.macrofocus.molap.dataframe.DefaultDataFrame
-
- getValueAt(R, C) - Method in class com.macrofocus.molap.dataframe.FilterDataFrame
-
- getValueAt(R, Object) - Method in class com.macrofocus.molap.dataframe.IndexedDataFrame
-
- getValueAt(R, C) - Method in class com.macrofocus.molap.dataframe.ReIndexedDataFrame
-
- getValueAt(R, C) - Method in class com.macrofocus.molap.dataframe.SelectionDataFrame
-
- getValueAt(int, int) - Method in class com.macrofocus.molap.dataframe.swing.DataFrameTableModel
-
- getValueAt(Integer, String) - Method in class com.macrofocus.molap.dataframe.swing.TableModelDataFrame
-
- getValueAt(int) - Method in interface com.macrofocus.molap.table.Column
-
- getValueAt(int, int) - Method in class com.macrofocus.molap.table.ColumnsTable
-
- getValueAt(int) - Method in class com.macrofocus.molap.table.LookupColumn
-
- getValueAt(int) - Method in class com.macrofocus.molap.table.Row
-
- getValueAt(int, int) - Method in class com.macrofocus.molap.table.SimpleTable
-
- getValueAt(int, int) - Method in interface com.macrofocus.molap.table.Table
-
Returns the value for the cell at columnIndex
and
rowIndex
.
- getValueAt(int) - Method in class com.macrofocus.molap.table.TableColumn
-
- getValueAt(int, int) - Method in class com.macrofocus.molap.table.UnpivotTable
-
- getValues() - Method in class com.macrofocus.molap.aggregates.cuboid.ApexCuboid
-
- getValues() - Method in interface com.macrofocus.molap.aggregates.cuboid.Cuboid
-
- getValues() - Method in class com.macrofocus.molap.aggregates.cuboid.DrilledCuboid
-
- getVariance(String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getVariance(String, String) - Method in interface com.macrofocus.molap.aggregates.cube.Cube
-
- getVariance() - Method in class com.macrofocus.molap.aggregates.cube.DistributiveStatistics
-
- getVariance(String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getVariance(String, String) - Method in class com.macrofocus.molap.aggregates.cube.InMemoryCube
-
- getVariance(C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getVariance(C, C) - Method in class com.macrofocus.molap.dataframe.AbstractDataFrame
-
- getVariance(Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for computing the variance.
- getVariance(Column, Column) - Method in interface com.macrofocus.molap.dataframe.DataFrame
-
Returns the aggregation method for computing the variance by factoring in the specified population.
- Group - Interface in com.macrofocus.molap.aggregates.cube
-
- GroupFactory - Class in com.macrofocus.molap.aggregates.cube
-
- GroupFactory() - Constructor for class com.macrofocus.molap.aggregates.cube.GroupFactory
-