|
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.DefaultOlapSet
public class DefaultOlapSet
DefaultOlapSet is the default set implementation.
Field Summary | |
---|---|
protected TupleList |
tuples
the tuples of the set |
Constructor Summary | |
---|---|
DefaultOlapSet()
Constructs a DefaultOlapSet. |
|
DefaultOlapSet(OlapMember member)
Constructs a DefaultOlapSet. |
|
DefaultOlapSet(OlapTuple tuple)
Constructs a DefaultOlapSet. |
Method Summary | |
---|---|
void |
addMember(OlapMember member)
Adds a member to the set. |
void |
addMembers(List members)
Adds a list of members to the set. |
void |
addTuple(OlapTuple tuple)
Adds a tuple to the set. |
void |
addTuples(List tuples)
Adds a list of tuples to the set. |
int |
getDimensionality()
Retrieves the distinct number of dimensions that are contained in the set. |
TupleList |
getTuples()
Returns the tuples that this set contains. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TupleList tuples
Constructor Detail |
---|
public DefaultOlapSet()
public DefaultOlapSet(OlapTuple tuple)
public DefaultOlapSet(OlapMember member)
Method Detail |
---|
public void addMember(OlapMember member)
member
- the member to addpublic void addMembers(List members)
members
- the members to addpublic void addTuple(OlapTuple tuple)
tuple
- the tuple to addpublic void addTuples(List tuples)
tuples
- the tuples to addpublic int getDimensionality()
getDimensionality
in interface OlapSet
public TupleList getTuples()
getTuples
in interface OlapSet
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |