|
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.table.TableTuple
public class TableTuple
TableTuple represents a container for members, organized by dimension.
Field Summary | |
---|---|
protected MemberList |
members
the tuple's member selections |
Constructor Summary | |
---|---|
TableTuple(List members)
Constructs a TableTuple. |
Method Summary | |
---|---|
TableTuple |
cloneTuple(OlapMember newMember,
OlapDimension dimension)
Creates a new tuple, similar to this one, with a single member of the specified dimension equal to newMember. |
int |
getDimensionality()
Retrieves the distinct number of dimensions that are contained in the tuple. |
TableMember |
getMember(OlapDimension dimension)
Retrieves the member from the tuple whose dimension is equal to the one passed as argument. |
MemberList |
getMembers()
Returns the members that this tuple contains. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MemberList members
Constructor Detail |
---|
public TableTuple(List members)
Method Detail |
---|
public TableTuple cloneTuple(OlapMember newMember, OlapDimension dimension)
newMember
- the member to assign to the passed dimension argumentdimension
- the dimension of the new member
public int getDimensionality()
getDimensionality
in interface OlapTuple
public TableMember getMember(OlapDimension dimension)
dimension
- the member's dimension
public MemberList getMembers()
getMembers
in interface OlapTuple
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |