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 abstract multidimensional data source.
Objects The Objects property the list of calculation algorithm blocks used during debugging.
Result The Result property returns the algorithm calculation result.
ValidationMatrix The ValidationMatrix property returns the abstract multidimensional data source for data validation.

Methods

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

See also:

Algo Assembly Interfaces