IAlgorithmCalculationExecutor

Assembly: Algo;

Description

The IAlgorithmCalculationExecutor interface is used for algorithm calculation.

Inheritance Hierarchy

          IAlgorithmBaseExecutor

          IAlgorithmCalculationExecutor

Properties

  Property name Brief description
HasObjectByType The HasObjectByType property returns whether there is the specified object type in the calculation algorithm or the in the ready calculation algorithm built in the current calculation.

Properties inherited from IAlgorithmBaseExecutor

  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.

Methods

  Method name Brief description
Run The Run method executes algorithm.

See also:

Algo Assembly Interfaces