Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Interface AxisOlapSet

All Known Implementing Classes:
DefaultAxisOlapSet

public interface AxisOlapSet

AxisOlapSet is a container for tuples pivoted on a given axis.


Method Summary
 int getAxisOrdinal()
          Returns the location of the set on an axis.
 TupleCursor getTupleCursor()
          Returns the cursor for the tuples of the axis.
 

Method Detail

getAxisOrdinal

int getAxisOrdinal()
Returns the location of the set on an axis.

Returns:
the axis position

getTupleCursor

TupleCursor getTupleCursor()
Returns the cursor for the tuples of the axis.

Returns:
the cursor for the tuples of the axis

Copyright © 2011 Citra Technologies. All Rights Reserved.