::
myConditionalGroup = BLOC( condition= " python statement",
- ... #included keywords or others fact/bloc
+ ... #included SIMP or others FACT/BLOC
)
Python statement is often <, >, == but this can be any expression returning True or False.
____________________
| A group is a collection of elements. Grouping these elements has significance from the point of view of business data modeling These elements are keywords or other groups.
-| A group has a parent : It is located in a command (in a proc or oper at the second level of the tree) or inside a group (bloc or fact).
+| A group has a parent : It is located in a command (in a PROC or OPER at the second level of the tree) or inside a group (BLOC or FACT).
Syntax
______
::
myGroup = FACT (
- ... #included keywords or others fact/bloc
+ ... #included SIMP or others FACT/BLOC
)
"myGroup" is a python label. A group can not have the same name as its brothers.
close_time = SIMP(statut='f', typ='R', defaut=1000, val_min=0),
),
-Definition of FACT including others groups :
+Definition of FACT including an other FACT :
::
____________________
A model keyword specifies an input parameter. It specifies the information (ie name, type) and some of the constraints on the value of the parameter.
-A model keyword has a parent : It is located in a command (in a proc or oper at the second level of the tree) or inside a group (bloc or fact).
+A model keyword has a parent : It is located in a command (in a PROC or OPER at the second level of the tree) or inside a group (BLOC or FACT).
Syntax
______