Metis Smart Modeling - Variables
From Metis Documentation
(→Deleting a variable and group of variable”) |
(→What is a variable?) |
||
Line 3: | Line 3: | ||
== What is a variable? == | == What is a variable? == | ||
A variable is a symbolic name given to some quantity, for the purpose of allowing the name to be used independently of the information it represents. The scope of a variable is local to the model it is used in. On the other hand, its extend is limited to the Group of Rules its used as an input or output. The value linked to a variable may change during the execution of a model. | A variable is a symbolic name given to some quantity, for the purpose of allowing the name to be used independently of the information it represents. The scope of a variable is local to the model it is used in. On the other hand, its extend is limited to the Group of Rules its used as an input or output. The value linked to a variable may change during the execution of a model. | ||
+ | |||
+ | |||
+ | {| class="wikitable centre" width="90%" style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: grey;" | ||
+ | |- | ||
+ | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | Variables can be used for the following "tasks" in Metis Smart Modeling: | ||
+ | ! scope=col style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | |- | ||
+ | | width="20%" style="border-style: solid; border-color: grey; border-width: 0 1px 1px 0" | | ||
+ | '''Systems''' | ||
+ | | width="80%" style="border-style: solid; border-color: grey; border-width: 0 0 1px 0" | | ||
+ | Limits : As object and filter for setting limits on systems. | ||
+ | Default Configuration : As object representing base configuration for systems. | ||
+ | |- | ||
+ | | width="15%" style="border-style: solid; border-color: grey; border-width: 0 1px 0 0" | | ||
+ | '''Masks''' | ||
+ | | width="80%" style="border-style: solid; border-color: grey; border-width: 0 0 0 0" | | ||
+ | Links : As target for values given to most field types which can be inserted in masks. | ||
+ | |- | ||
+ | |} | ||
+ | |||
Where, when and how is it used? | Where, when and how is it used? |