|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.data.DefaultCellSet
public class DefaultCellSet
DefaultCellSet is the default cell set implementation.
Field Summary | |
---|---|
protected AxisList |
axisSets
the list of axis sets |
protected TupleCursor |
filter
the cursor for the filter axis |
protected ValueCursor |
values
the cursor for the values of the cell set |
Constructor Summary | |
---|---|
DefaultCellSet(OlapTuple filterTuple,
List axisSets)
Constructs a DefaultCellSet. |
Method Summary | |
---|---|
AxisList |
getAxisSets()
Retrieves the list of AxisOlapSets. |
TupleCursor |
getFilterCursor()
Retrieves the cursor that contains the filter information, if any. |
ValueCursor |
getValueCursor()
Retrieves the cursor for iterating through the values of the cell set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AxisList axisSets
protected TupleCursor filter
protected ValueCursor values
Constructor Detail |
---|
public DefaultCellSet(OlapTuple filterTuple, List axisSets)
Method Detail |
---|
public AxisList getAxisSets()
getAxisSets
in interface OlapCellSet
public TupleCursor getFilterCursor()
getFilterCursor
in interface OlapCellSet
public ValueCursor getValueCursor()
getValueCursor
in interface OlapCellSet
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |