]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
majuscules sur PROC/OPER/SIMP/FACT/BLOC
authorEric Fayolle <eric.fayolle@edf.fr>
Mon, 26 Nov 2018 15:42:50 +0000 (16:42 +0100)
committerEric Fayolle <eric.fayolle@edf.fr>
Mon, 26 Nov 2018 15:42:50 +0000 (16:42 +0100)
docCataWriter/bloc.rst
docCataWriter/fact.rst
docCataWriter/simp.rst

index a64624b72440263683ca4f1eb7c377df6e1e1079..0d7c265ace0002d0bbae505c98244d5f559aee6d 100644 (file)
@@ -17,7 +17,7 @@ Syntax is  :
 ::
    
      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.
index 08ff404b64eb830fee6ad70401e39fd20465f40f..d04e94ef2c4633abda27a3a3c15d107a0b9f38b2 100644 (file)
@@ -5,7 +5,7 @@ Definition and Usage
 ____________________
 
 | 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
 ______
@@ -17,7 +17,7 @@ Syntax is  :
 ::
    
      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.
@@ -31,7 +31,7 @@ It contains simple elements or groups. There is no recursivity depth limit.
         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 : 
 
 ::
 
index f168d8b99928e5fc49297646e8eec90300f601bd..234b02546fab9a27a14d1790c2adb584807b11a7 100644 (file)
@@ -5,7 +5,7 @@ Definition and Usage
 ____________________
 
 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
 ______