IAlgorithmBaseExecutor

Assembly: Algo;

Description

The IAlgorithmBaseExecutor interface is a basic interface for algorithm calculation.

Inheritance Hierarchy

          IAlgorithmBaseExecutor

Comments

To get basic settings used in calculation, cast the algorithm described by the ICalcAlgorithm interface to the IAlgorithmBaseExecutor interface.

The interface is a basic one for the IAlgorithmCalculationExecutor interface.

Properties

  Property name Brief description
ErrorState The ErrorState property determines a method for handling errors that may occur on algorithm calculation.
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.

See also:

Algo Assembly Interfaces