|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssMdCluster interface.
Method Summary | |
IEssMdMember[] |
getAllDimensionMembers(int dimindex)
Returns an array of this cluster's members at for a given dimension. |
IEssMdMember[] |
getAllTupleMembers(int tupleindex)
Returns an array of this cluster's tuple members at a given cluster tuple index. |
int |
getDimensionCount()
Gets the number of dimensions in this cluster. |
int |
getTupleCount()
Gets the number of tuples in this cluster. |
Method Detail |
public int getTupleCount() throws EssException
EssException
- if an error occurs.public int getDimensionCount() throws EssException
EssException
- if an error occurs.public IEssMdMember[] getAllTupleMembers(int tupleindex) throws EssException
tupleindex
- The tuple index for which to get the members.
EssException
- if an error occurs.public IEssMdMember[] getAllDimensionMembers(int dimindex) throws EssException
dimindex
- The dim index for which to get the members.
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |