class |
AbstractVoidCalc |
Abstract implementation of the VoidCalc interface.
|
class |
CacheCalc |
Calculation which retrieves the value of an underlying calculation
from cache.
|
class |
ConstantCalc |
Calculator which always returns the same value.
|
class |
MemberArrayValueCalc |
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.
|
class |
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.
|
class |
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.
|
class |
ValueCalc |
Expression which yields the value of the current member in the current
dimensional context.
|