class  | 
AbstractBooleanCalc | 
 | 
class  | 
AbstractDateTimeCalc | 
 | 
class  | 
AbstractDimensionCalc | 
 | 
class  | 
AbstractDoubleCalc | 
Abstract implementation of the  DoubleCalc interface.  
 | 
class  | 
AbstractHierarchyCalc | 
 | 
class  | 
AbstractIntegerCalc | 
 | 
class  | 
AbstractIterCalc | 
Abstract implementation of the  IterCalc interface.  
 | 
class  | 
AbstractLevelCalc | 
Abstract implementation of the  LevelCalc interface.  
 | 
class  | 
AbstractListCalc | 
Abstract implementation of the  ListCalc interface.  
 | 
class  | 
AbstractMemberCalc | 
Abstract implementation of the  MemberCalc interface.  
 | 
class  | 
AbstractStringCalc | 
Abstract implementation of the  StringCalc interface.  
 | 
class  | 
AbstractTupleCalc | 
Abstract implementation of the  TupleCalc interface.  
 | 
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  | 
GenericCalc | 
 Adapter which computes a scalar or tuple expression and converts it to any
 required type. 
 | 
class  | 
GenericIterCalc | 
 Adapter which computes a set expression and converts it to any list or
 iterable type. 
 | 
class  | 
IterableListCalc | 
 | 
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. 
 |