IMsCalculationStatNode

Assembly: Ms;

Description

The IMsCalculationStatNode interface is used to work with calculation statistics tree node.

Inheritance Hierarchy

INamedEntity

    IMsCalculationStatNode

Comments

Separate modeling problem calculation stages are used as calculation statistics tree nodes. Each stage result is registered on calculation execution: problem calculation start, data loading, model calculation, data saving and, so on.

To work with the calculation statistics tree nodes collection, use the IMsCalculationStatNodes interface.

Properties

  Property name Brief description
Children The Children property returns child elements of calculation statistic.
Parent The Parent property returns the parent element of calculation statistic.
Type The Type property returns calculation statistic type.
Value The Value property returns calculation statistic value.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines the object identifier.
Key The Key property returns the object key.
Name The Name property determines the object name.

See also:

Ms Assembly Interfaces