Assembly: Ms;
The IMsCalculationChainEntries interface is used to work with the collection of elements, which make up metamodel calculation chain.
IMsCalculationChainEntries
A calculation chain may contain the following elements:
| Property name | Brief description | |
| Count | The Count property returns the number of elements contained in this subdirectory of calculation chain. | |
| Item | The Item property returns calculation chain element. | |
| ParentEntry | The ParentEntry property returns parent element of the subdirectory in calculation chain. |
| Method name | Brief description | |
| AddBranch | The AddBranch method adds a condition to metamodel calculation branch. | |
| AddExclusiveModel | The AddExclusiveModel method adds an internal model to metamodel calculation chain. | |
| AddFolder | The AddFolder method adds a folder to metamodel calculation chain. | |
| AddIterator | The AddIterator method adds a cycle to metamodel calculation chain. | |
| AddMetaModel | The AddMetaModel method adds a metamodel to metamodel calculation chain. | |
| AddModel | The AddModel method adds a model to metamodel calculation chain. | |
| AddMultiDimIterator | The AddMultiDimIterator method adds a multidimensional iterator to calculation chain. | |
| AddTargetConstraint | The AddTargetConstraint method adds a constraint for the specified criterion function to calculation chain. | |
| AddTargetProblem | The AddTargetProblem method adds a criterion function to metamodel calculation chain. | |
| AddTargetTrajectory | The AddTargetTrajectory method adds a trajectory for the specified criterion function. | |
| AddUserOptimizationConstraint | The AddUserOptimizationConstraint method adds a custom optimization problem constraint to calculation chain. | |
| AddUserOptimizationProblem | The AddUserOptimizationProblem method adds a custom optimization problem to calculation chain. | |
| ArrangeModels | The ArrangeModels method generates a model calculation chain automatically by specified parameters according to dependencies between variables. | |
| Clear | The Clear method clears metamodel calculation chain. | |
| FindByCoord | The FindByCoord method searches for calculation chain elements using the specified data source point. | |
| FindById | The FindById method searches for a calculation chain element by its identifier. | |
| FindByKey | The FindByKey method searches for a calculation chain element by key. | |
| IndexOf | The IndexOf method returns calculation chain element index. | |
| MoveTo | The MoveTo method moves calculation chain element to the specified position. | |
| Remove | The Remove method removes calculation chain element by index. | |
| RemoveByKey | The RemoveByKey method removes calculation chain element by key. | |
| Visit | The Visit method executes custom handlers for all calculation chain elements. |
See also: