|
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.DefaultAxisOlapSet
public class DefaultAxisOlapSet
DefaultAxisOlapSet is the default axis olap set implementation.
Field Summary | |
---|---|
protected int |
axisOrdinal
the location of the axis |
protected TupleCursor |
cursor
the cursor for the tuples of the axis |
Constructor Summary | |
---|---|
DefaultAxisOlapSet(int axisOrdinal,
OlapSet set)
Constructs a DefaultAxisOlapSet. |
Method Summary | |
---|---|
int |
getAxisOrdinal()
Returns the location of the set on an axis. |
TupleCursor |
getTupleCursor()
Returns the cursor for the tuples of the axis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int axisOrdinal
protected TupleCursor cursor
Constructor Detail |
---|
public DefaultAxisOlapSet(int axisOrdinal, OlapSet set)
Method Detail |
---|
public int getAxisOrdinal()
getAxisOrdinal
in interface AxisOlapSet
public TupleCursor getTupleCursor()
getTupleCursor
in interface AxisOlapSet
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |