Uses of Class
org.dashbuilder.dataset.engine.index.DataSetGroupIndex
-
Packages that use DataSetGroupIndex Package Description org.dashbuilder.dataset.engine.index -
-
Uses of DataSetGroupIndex in org.dashbuilder.dataset.engine.index
Methods in org.dashbuilder.dataset.engine.index that return DataSetGroupIndex Modifier and Type Method Description DataSetGroupIndexDataSetIndexNode. getGroupIndex(org.dashbuilder.dataset.group.ColumnGroup gc)DataSetGroupIndexDataSetGroupIndex. getSelectionIndex(List<org.dashbuilder.dataset.group.Interval> intervalList)DataSetGroupIndexDataSetIndexNode. indexGroup(DataSetGroupIndex index)DataSetGroupIndexDataSetGroupIndex. indexSelection(List<org.dashbuilder.dataset.group.Interval> intervalList, List<DataSetIntervalIndex> intervalIndexes)Methods in org.dashbuilder.dataset.engine.index with parameters of type DataSetGroupIndex Modifier and Type Method Description DataSetGroupIndexDataSetIndexNode. indexGroup(DataSetGroupIndex index)Constructors in org.dashbuilder.dataset.engine.index with parameters of type DataSetGroupIndex Constructor Description DataSetIntervalIndex(DataSetGroupIndex parent, String intervalName)DataSetIntervalIndex(DataSetGroupIndex parent, org.dashbuilder.dataset.group.Interval interval)
-