|
SAP BI Java SDK | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
TupleSetExpressions
, which specify
a collection of tuples of members of one to many dimensions (with one member
per dimension).
See:
Description
Interface Summary | |
IBICompositeTupleSetExpression | An expression in the Select category, provides the ability to logically
group TupleSetExpressions . |
IBITuple | Represents a collection of members from different dimensions. |
IBITupleDrill | An expression in the Drill category, defines a drill operation on a multidimensional set. |
IBITupleList | An expression in the Select category, provides the ability to build a set by enumerating individual tuple objects. |
IBITupleSelection | Represents the concept of an expression that identifies a selection of tuple objects. |
IBITupleSetExpression | Represents the concept of expressions that specify sets of tuples. |
Provides classes for creating TupleSetExpressions
, which specify
a collection of tuples of members of one to many dimensions (with one member
per dimension). TupleSetExpressions
are similar to MemberSetExpressions
,
which specify a collection of tuples of members of one dimension (with one member
per dimension). IBITupleSetExpression
, like IBIMemberSetExpression
,
is derived from the abstract supertype SetExpression
.
Refer to the msx
package for a shared diagram and documentation relevant for both packages.
Below, we diagram IBITupleSetExpression
and its related classes:
As with MemberSetExpression
, the four categories of SetExpressions
are available:
IBICompositeTupleSetExpression
, and All Known Subinterfaces of IBITupleSelection
(which is only IBITupleList
).IBIRankingFilter
and IBIConditionBasedFilter
IBISort
IBITupleDrill
|
SAP BI Java SDK | |||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |