Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsMetaModelVisualController interface is used to support metamodel visual creating..
IMsMetaModelVisualController
Parameters of the metamodel visual building are returned by the IMsMetaModel.VisualController property.
Property name |
Brief description | |
| The ChainWorkbook property returns the internal workbook of the metamodel calculation chain. | ||
| The DFTest property returns parameters of calculation of the augmented Dickey-Fuller test. | ||
| The GrangerTest property returns parameters of the Granger test calculation. | ||
| The HasVariableRubricator property determines whether a metamodel has the internal time series database. | ||
| The JohansenTest property returns parameters of the Johansen test calculation. | ||
| The LevelFormat property determines the mode of displaying the calendar frequency. | ||
| The PairCorrelationTest property returns the calculation parameters of paired correlation coefficients. | ||
| The Problem property determines the modeling problem, which calculates the metamodel. | ||
| The UseScenarios property determines whether the scenario modelling is used. | ||
| The UseSourceName property determines whether to display data source name in variable names. | ||
| The VariableDictionary property returns the dictionary, containing information about metamodel internal variables. | ||
| The VariableRubricator property returns the internal time series database for the metamodel. | ||
| The VariableRubricatorDescriptor property returns the description of internal time series database for the metamodel. | ||
| The VariablesTransform property returns parameters of internal metamodel. | ||
| The VariableWorkbook property returns the internal workbook of the metamodel variables. | ||
| The Workbook property returns the internal workbook with the specified data. |
Method name |
Brief description | |
| The AddFactor method adds the factor to the internal model. | ||
| The AddInputVariable method changes model input variable. | ||
| The AddJohansenTestExogenousEntrie method adds the exogenous variable to the Johansen test calculation. | ||
| The AddTestIncludedEntrie method adds the variable to the calculation of the specified descriptive statistics. | ||
| The AutoCorrelation method performs the autocorrelation analysis of the variable. | ||
| The CopyScenarioData method copies data by the modelling scenarios. | ||
| The CreateSimpleModel method creates an internal model. | ||
| The CreateVariable method creates a metamodel's internal variable. | ||
| The ExtendRubricatorPeriod method extends boundaries of the calendar of internal time series database. | ||
| The FillChain method fills the internal workbook with the metamodel calculation chain data by the set scenarios. | ||
| The FillWithModel method fills the internal workbook with the model data by the set scenarios. | ||
| The FillWithTargetConstraints method fills a workbook with data of criterion function constraints. | ||
| The FillWithTargetProblem method fills a workbook with criterion function data by specified scenarios. | ||
| The FillWithVariables method returns the internal workbook with data of specified variables by specified scenarios. | ||
| The FindChainVariableBySlice method searches for the variable by the slice. | ||
| The GetFreeVariables method returns the array of variables not participating in models. | ||
| The GetGroupVariablesData method returns data of several variables. | ||
| The GetVariableByAttrValues method returns the variable corresponding to the series with the specified value of attributes. | ||
| The GetVariableByFactor method returns the variable corresponding to the series from the specified time series database. | ||
| The GetVariableData method returns the data of the variable by the specified parameters. | ||
| The GetVariables method returns the array of all variables of the metamodel. | ||
| The GetVariableValues method returns variable values with dates by specified scenarios. | ||
| The RemoveFactor method removes the specified factor from the internal model. | ||
| The RemoveModel method deletes the selected internal model. | ||
| The RenameVariable method renames the specified internal metamodel variable. | ||
| The UpdateVariables method updates the internal variables contained in the metamodel. |
See also: