Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsCalculationChainEntries interface is used to work with the collection of elements, which make up calculation chain of metamodel.
A calculation chain may contain the following elements:
| Calculation chain element | The IMsCalculationChainEntries method for adding element to the chain | Interface for working with element |
| Model | AddModel | IMsCalculationChainModel |
| Internal model. | AddExclusiveModel | IMsCalculationChainModel |
| Metamodel | AddMetaModel | IMsCalculationChainMetaModel |
| Folder | AddFolder | IMsCalculationChainFolder |
| Condition | AddBranch | IMsCalculationChainBranch |
| Cycle | AddIterator | IMsCalculationChainIterator |
| Criterion problem | AddTargetProblem | IMsCalculationChainTarget |
| Criterion function trajectory | AddTargetTrajectory | IMsCalculationChainTargetTrajectory |
| Criterion function constraint | AddTargetConstraint | IMsCalculationChainTargetConstraint |
| Equation system | - | IMsCalculationChainSystem |
| Variable | - | IMsCalculationChainVariable |
| Multidimensional iterator | AddMultiDimIterator | IMsCalculationChainMultiDimIterator |
| Property name | Brief description | |
| The Count property returns the number of elements contained in this subdirectory of calculation chain. | ||
| The Item property returns the element of calculation chain. | ||
| The ParentEntry property returns parent element of the subdirectory in calculation chain. |
| Method name | Brief description | |
| The AddBranch method adds a condition to calculation chain of metamodel. | ||
| The AddExclusiveModel method adds an internal model to calculation chain of metamodel. | ||
| The AddFolder method adds a folder to calculation chain of metamodel. | ||
| The AddIterator method adds a cycle to calculation chain of metamodel. | ||
| The AddMetaModel method adds a metamodel to calculation chain of metamodel. | ||
| The AddModel method adds a model to calculation chain of metamodel. | ||
| The AddMultiDimIterator method adds to calculation chain multidimensional iterator. | ||
| The AddTargetConstraint method adds to calculation chain a constraint to the specified criterion function. | ||
| The AddTargetProblem method adds a criterion function to calculation chain of metamodel. | ||
| The AddTargetTrajectory method adds a trajectory to the specified criterion function. | ||
| The ArrangeModels method automatically arranges calculation chain of models by specified parameters according to dependences between variables. | ||
| The Clear method clears calculation chain of metamodel. | ||
| The FindById method searches for element of calculation chain by identifier. | ||
| The FindByKey method searches for element of calculation chain by key. | ||
| The IndexOf method returns the index of element of calculation chain. | ||
| The MoveTo method moves the element of calculation chain to the specified position. | ||
| The RemoveByKey method removes the element of calculation chain by index. | ||
| The RemoveByKey method removes the element of calculation chain by key. |
See also: