Translations - ONYX - 9.0 - Utilisation

Fonctionnement des groupes/51/en

De MappingDoc
Révision datée du 29 juillet 2019 à 13:11 par Alestoquoi (discussion | contributions) (Page créée avec « The group processes the lines as such: #<span style="color:green">The group parses the current line as it checks if it corresponds to the conditions of the first type of l... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

The group processes the lines as such:

  1. The group parses the current line as it checks if it corresponds to the conditions of the first type of lines. (Condition RED)
    YES --> Checks point 2
    NO --> The group checks if the next line corresponds to the type of line (condition) (Type of line NOT_BLANK)
    YES --> Checks point 2
    NO --> The group checks if the next line corresponds to the type of line (condition) etc
    If there are more types of lines (condition) which are customised, then the NONE type of line is executed (Type of line which is always present and true). Checks point 2
  2. Checks the presences of an object in the type of line (condition)
    YES --> Checks point 3
    NO --> Checks point 6
  3. The cursor is moved to the bottom of the FRONT SPACING of the type of line (condition) found
  4. The group either executes all the objects positioned underneath it (In this example, ADRMAPROUG for the RED condition OR ADRMAPPING for the NOT_BLANK condition) or no objects for the type of line NONE
  5. The cursor is moved to the AFTER SPACING of this type of line (condition).
  6. The group switches to the next line so as to process it. Checks point 1