IAlgorithmGenerationFormulasExecutor

Assembly: Algo;

Description

The IAlgorithmGenerationFormulasExecutor interface is used to create formulas used in calculation blocks and aggregation blocks on algorithm calculation.

Inheritance Hierarchy

          IAlgorithmBaseExecutor

          IAlgorithmGenerationFormulasExecutor

Properties

  Property name Brief description
ExecutionFilter The ExecutionFilter property returns the filtering by data source selections to create formulas.

Properties inherited from IAlgorithmBaseExecutor

  Property name Brief description
MsProblem The MsProblem property returns the modeling problem used in algorithm calculation.
ParamValues The ParamValues property returns settings of algorithm calculation periods start and end and the collection of calculation algorithm parameters.

Methods

  Method name Brief description
Run The Run method creates formulas.

See also:

Algo Assembly Interfaces