IAlgorithmCalculationDebug

Assembly: Algo;

Description

The IAlgorithmCalculationDebug interface is used to debug algorithm calcualtion.

Inheritance Hierarchy

          IAlgorithmCalculationDebug

Properties

  Property name Brief description
IsFinished The IsFinished property returns whether algorithm calculation is finished.
Matrix The Matrix property returns the abstract multidimensional data source to get intermediate calculation results for calculation block.
Objects The Objects property returns the list of calculation algorithm objects used during debugging.
Result The Result property returns the algorithm calculation result.
ValidationMatrix The ValidationMatrix property returns the abstract multidimensional data source to get intermediate calculation results for control block.

Methods

  Method name Brief description
Dispose_ The Dispose_ method finishes algorithm debugging.
NextStep The NextStep method moves to the next calculation algorithm object.
StepToObject The StepToObject method moves to the specified calculation algorithm object.
StepToSaveData The StepToSaveData method moves to the saving data to database.
Stop The Stop method stops algorithm calculation debugging.

See also:

Algo Assembly Interfaces