RuleExpressions Classes

The RuleExpressions classes represents the different parts of the analytic calculation engine rule grammar. These objects are created using the Create built-in function and the constructor for that class, then added to the RuleDefn object with the AddRuleExpression method.

The following are the RuleExpressions classes:

  • Assignment

  • Comparison

  • Constant

  • Constants

  • Cube

  • ExpressionBlock

  • FunctionCall

  • MemberReference

  • Operation

  • RuleExpression

  • Variable

Note:

The RuleExpression object is the object that the other objects are derived from. You should not create or use this object directly.