Metis Smart Modeling - Rules
From Metis Documentation
(→What is a rule?) |
(→What is a rule?) |
||
Line 13: | Line 13: | ||
- | A rule | + | A rule is typically made out of three different parts which can work together : |
- | + | #'''Description''' | |
+ | Main information regarding the rule. | ||
+ | #'''Filter''' | ||
Part of the rule which allow to configure the circumstances in which the rule is valid and should be executed by the application. | Part of the rule which allow to configure the circumstances in which the rule is valid and should be executed by the application. | ||
- | + | #'''Formula''' | |
It is the logical or mathematical part of a rule. | It is the logical or mathematical part of a rule. | ||
- | + | #'''Add-On's'''' | |
Based on the result provide by the Formula part, a rule can be set-up to add implied positions or define new values in variables. | Based on the result provide by the Formula part, a rule can be set-up to add implied positions or define new values in variables. | ||