|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractBooleanCalc | Abstract implementation of the BooleanCalc interface. |
AbstractCalc | Abstract implementation of the Calc interface. |
AbstractDateTimeCalc | Abstract implementation of the DateTimeCalc interface. |
AbstractDimensionCalc | Abstract implementation of the DimensionCalc interface. |
AbstractDoubleCalc | Abstract implementation of the DoubleCalc interface. |
AbstractExpCompiler | Abstract implementation of the ExpCompiler interface. |
AbstractHierarchyCalc | Abstract implementation of the HierarchyCalc interface. |
AbstractIntegerCalc | Abstract implementation of the IntegerCalc interface. |
AbstractIterCalc | Abstract implementation of the IterCalc interface. |
AbstractLevelCalc | Abstract implementation of the LevelCalc interface. |
AbstractListCalc | Abstract implementation of the ListCalc interface. |
AbstractMemberCalc | Abstract implementation of the MemberCalc interface. |
AbstractMemberIterCalc | Abstract implementation of the ListCalc interface
for expressions that return a list of members but never a list of tuples. |
AbstractMemberListCalc | Abstract implementation of the ListCalc interface
for expressions that return a list of members but never a list of tuples. |
AbstractStringCalc | Abstract implementation of the StringCalc interface. |
AbstractTupleCalc | Abstract implementation of the TupleCalc interface. |
AbstractTupleIterCalc | Abstract implementation of the ListCalc interface
for expressions that return a list of members but never a list of tuples. |
AbstractTupleListCalc | Abstract implementation of the ListCalc interface
for expressions that return a list of tuples but never a list of members. |
AbstractVoidCalc | Abstract implementation of the VoidCalc interface. |
BetterExpCompiler | Enhanced expression compiler. |
CacheCalc | Calculation which retrieves the value of an underlying calculation from cache. |
ConstantCalc | Calculator which always returns the same value. |
ConstantCalcTest | Test for ConstantCalc |
DelegatingExpCompiler | Abstract implementation of ExpCompiler |
GenericCalc | Adapter which computes a scalar or tuple expression and converts it to any required type. |
GenericIterCalc | Adapter which computes a set expression and converts it to any list or iterable type. |
IterableMemberListCalc | Adapter that converts a MemberIterCalc to a
MemberListCalc . |
IterableTupleListCalc | Adapter that converts a IterCalc to a
ListCalc . |
MemberValueCalc | Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context. |
TupleValueCalc | Expression which evaluates a tuple expression, sets the dimensional context to the result of that expression, then yields the value of the current measure in the current dimensional context. |
ValueCalc | Expression which yields the value of the current member in the current dimensional context. |
Provides implementation classes for compiled expressions.
|
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |