|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.data.AbstractDataSet
inetsoft.graph.data.AbstractDataSetFilter
inetsoft.graph.data.SubDataSet
public class SubDataSet
This class extracts a subset of tuples from a dataset using simple conditions.
| Constructor Summary | |
|---|---|
SubDataSet(DataSet dset,
int[] mapping)
Create a subset of the data. |
|
SubDataSet(DataSet dset,
int start,
int end)
Create a subset of tuples. |
|
SubDataSet(DataSet dset,
Map conds)
Create a subset of tuples. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the data set. |
int |
getBaseRow(int r)
Get the base row index on its base data set of the specified row. |
DataSet |
getDataSet()
Get the base data set. |
protected int |
getRowCount0()
Return the number of rows in the chartLens. |
int |
getRowFromBase(int baserow)
Get the row index corresponding to the base row. |
| Methods inherited from class inetsoft.graph.data.AbstractDataSetFilter |
|---|
convertToField, getBaseCol, getCalcColumns, getCalcRows, getColCount0, getComparator0, getData0, getDrillHyperlinks, getDrillHyperlinks, getFormat, getFormat, getHeader0, getHyperlink, getHyperlink, getRootCol, getRootDataSet, getRootRow, getType0, indexOfHeader0, isMeasure0, prepareGraph, removeCalcValues |
| Methods inherited from class inetsoft.graph.data.AbstractDataSet |
|---|
addCalcColumn, addCalcRow, getCalcColumns, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, process, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.graph.data.DataSet |
|---|
addCalcColumn, addCalcRow, getCalcColumns, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues |
| Constructor Detail |
|---|
public SubDataSet(DataSet dset,
Map conds)
public SubDataSet(DataSet dset,
int start,
int end)
start - starting row.end - ending row, non-inclusive;
public SubDataSet(DataSet dset,
int[] mapping)
mapping - the row mapping to the base dataset.| Method Detail |
|---|
protected int getRowCount0()
getRowCount0 in class AbstractDataSetFilterpublic int getBaseRow(int r)
getBaseRow in interface DataSetFiltergetBaseRow in class AbstractDataSetFilterr - the specified row index.
public int getRowFromBase(int baserow)
public DataSet getDataSet()
getDataSet in interface DataSetFiltergetDataSet in class AbstractDataSetFilterpublic Object clone()
AbstractDataSet
clone in interface DataSetclone in class AbstractDataSetFilter
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||