Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Interface OlapTuple

All Known Implementing Classes:
DefaultOlapTuple, TableTuple

public interface OlapTuple

OlapTuple is a container for olap members.


Method Summary
 int getDimensionality()
          Retrieves the distinct number of dimensions that are contained in the tuple.
 MemberList getMembers()
          Returns the members that this tuple contains.
 

Method Detail

getDimensionality

int getDimensionality()
Retrieves the distinct number of dimensions that are contained in the tuple.

Returns:
the tuple's dimensionality

getMembers

MemberList getMembers()
Returns the members that this tuple contains.

Returns:
the tuple's list of members

Copyright © 2011 Citra Technologies. All Rights Reserved.