home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1993 July / Disc.iso / ccitt / 1988 / ascii / 10_1_05.txt < prev    next >
Encoding:
Text File  |  1991-12-22  |  71.7 KB  |  3,315 lines

  1.  
  2.  
  3.  
  4.        5i'
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                           Annexes A, B, C and E
  19.  
  20.                              to Recommendation Z.100
  21.  
  22.  
  23.  
  24.  
  25.                           FUNCTIONAL SPECIFICATION AND
  26.  
  27.                            DESCRIPTION LANGUAGE (SDL)
  28.  
  29.  
  30.  
  31.  
  32.  
  33.        MONTAGE: PAGE 206 = PAGE BLANCHE
  34.  
  35.  
  36.                                      ANNEX A
  37.                             (to Recommendation Z.100)
  38.  
  39.                                   SDL Glossary
  40.  
  41.  
  42.             The Z.100 Recommendation contains the  formal  definitions  of
  43.        SDL terminology. The SDL Glossary is compiled to help new SDL users
  44.        when reading the Recommendation and its  annexes,  giving  a  brief
  45.        definition and reference to the defining section of the Recommenda-
  46.        tion. The definitions in the Glossary may summarize  or  paraphrase
  47.        the formal definitions, and thus may be incomplete.
  48.  
  49.  
  50.             Terms which are in a definition may also be found in the glos-
  51.        sary.  If  an italicized phrase, for example procedure identifier ,
  52.        is not in the glossary, then it may be  the  concatenation  of  two
  53.        terms,  in  this case the term procedure followed by the term iden-
  54.        tifier . When a word is in italics but cannot  be  located  in  the
  55.        glossary,  it  may be a derivative of a glossary term. For example,
  56.        exported is the past tense of export .
  57.  
  58.             Except where a term is a synonym for another term,  after  the
  59.        definition  of the term there is a main reference to the use of the
  60.        term in the Z.100 Recommendation. These  references  are  shown  in
  61.        square  brackets   [  ] after definitions. For example, [3.2] indi-
  62.        cates that the main reference is in S 3.2.
  63.  
  64.  
  65.                abstract data type
  66.  
  67.  
  68.                F |   type abstrait de donnees
  69.  
  70.                S |   tipo abstracto de datos
  71.  
  72.             Abstract data type is a synonym for data type . All  SDL  data
  73.        types are abstract data types .
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                abstract grammar
  85.  
  86.  
  87.                F |   grammaire abstraite
  88.  
  89.                S |   gramatica abstracta
  90.  
  91.             The abstract grammar  defines  the  semantics  of  SDL  .  The
  92.        abstract  grammer  is  described  by  the  abstract  syntax and the
  93.        well-formedness rules . [1.2, 1.4.1]
  94.  
  95.  
  96.                abstract syntax
  97.  
  98.  
  99.                F |   syntaxe abstraite
  100.  
  101.                S |   sintaxis abstracta
  102.  
  103.             The abstract syntax is the means to  describe  the  conceptual
  104.        structure  of  an  SDL  specification as compared with the concrete
  105.        syntaxes which exist for each concrete syntax  of  SDL  ,  this  is
  106.        SDL/GR and SDL/PR . [1.2]
  107.  
  108.  
  109.                access
  110.  
  111.  
  112.                F |   acces
  113.  
  114.                S |   acceder
  115.  
  116.             Access is the operation applied to a variable which gives  the
  117.        value  which  was  last  assigned  to it. If a variable is accessed
  118.        which has an undefined value , then an error occurs.
  119.  
  120.  
  121.                action
  122.  
  123.  
  124.                F |   action
  125.  
  126.                S |   accion
  127.  
  128.             An action is an operation which is executed within  a  transi-
  129.        tion  string  ,  e.g., a  task, output, decision, create request or
  130.        procedure call . [2.7]
  131.  
  132.  
  133.                active timer
  134.  
  135.  
  136.                F |   temporisateur actif
  137.  
  138.                S |   temporizador activo
  139.  
  140.             An active timer is a timer which has a  timer  signal  in  the
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.        input  port  of  the  owning procedure or is scheduled to produce a
  151.        timer signal at some future time. [2.8.2, 5.5.4.5]
  152.  
  153.  
  154.                actual parameter
  155.  
  156.  
  157.                F |   parametre reel
  158.  
  159.                S |   parametro efectivo
  160.  
  161.             An actual parameter is an expression given  to  a  process  or
  162.        procedure  for  the corresponding formal parameter when the process
  163.        or procedure is created (or called ). Note that in certain cases in
  164.        a  procedure  call  an actual parameter must be a variable (i.e.  a
  165.        particular type of expression ; see IN/OUT ). [2.7.2, 2.7.3, 4.2.2]
  166.  
  167.  
  168.                actual parameter list
  169.  
  170.  
  171.                F |   liste de parametres reels
  172.  
  173.                S |   lista de parametros efectivos
  174.  
  175.             An actual parameter list is the list of  actual  parameters  .
  176.        The  actual  parameters are matched by position with the respective
  177.        elements of the corresponding formal parameter list .
  178.  
  179.  
  180.                area
  181.  
  182.  
  183.                F |   zone
  184.  
  185.                S |   area; zona
  186.  
  187.             An area is a two dimensional region in the concrete  graphical
  188.        syntax  . Area often correspond to nodes in the abstract syntax and
  189.        usually contain common textual syntax  .  In  interaction  diagrams
  190.        areas  may  be  connected by channels or signal routes . In control
  191.        flow diagrams areas may be connected by flow lines .
  192.  
  193.  
  194.                array
  195.  
  196.  
  197.                F |   tableau (array)
  198.  
  199.                S |   matriz
  200.  
  201.             Array is the predefined generator used to introduce  the  con-
  202.        cept of arrays, easing the definition of arrays.
  203.  
  204.  
  205.                assign
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.                F |   affectation
  217.  
  218.                S |   asignar
  219.  
  220.             Assign is the operation applied to a variable which associates
  221.        a  value  to  the  variable replacing the previous value associated
  222.        with the variable . [5.5.3]
  223.  
  224.  
  225.                assignment statement
  226.  
  227.  
  228.                F |   instruction d'affectation
  229.  
  230.                S |   sentencia de asignacion
  231.  
  232.             An assignment statement is a statement which assigns  a  value
  233.        to a variable . [5.5.3]
  234.  
  235.  
  236.                association area
  237.  
  238.  
  239.                F |   zone d'association
  240.  
  241.                S |   area de asociacion
  242.  
  243.             An association area  is  a  connection  between  areas  in  an
  244.        interaction  diagram  by means of an association symbol . There are
  245.        five asociation areas: channel substraction association area, input
  246.        association area , priority input association area, continuous sig-
  247.        nal association area and save association  area  .  [2.6.3,  3.2.3,
  248.        4.10.2, 4.11]
  249.  
  250.  
  251.                axiom
  252.  
  253.  
  254.                F |   axiome
  255.  
  256.                S |   axioma
  257.  
  258.             An axiom is  a  special  kind  of  equation  with  an  implied
  259.        equivalence  to  the  Boolean  literal True. "Axioms " is used as a
  260.        synonym for "axioms and equations ." [5.1.3]
  261.  
  262.  
  263.                basic SDL
  264.  
  265.  
  266.                F |   LDS de base
  267.  
  268.                S |   LED basico
  269.  
  270.             Basic  SDL  is  the  subset  of  SDL  defined  in   S   2   of
  271.        Recommendation Z.100.
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.                behaviour
  283.  
  284.  
  285.                F |   comportement
  286.  
  287.                S |   comportamiento
  288.  
  289.             The behaviour or functional behaviour of a system is  the  set
  290.        of sequences of responses to sequences of stimuli. [1.1.3]
  291.  
  292.  
  293.                block
  294.  
  295.  
  296.                F |   bloc
  297.  
  298.                S |   bloque
  299.  
  300.             A block is part of a system or parent block  .  When  used  by
  301.        itself,  block  is  a  synonym  for a block instance . A block is a
  302.        scope unit and provides a static interface. [2.4.3]
  303.  
  304.  
  305.  
  306.  
  307.                block area
  308.  
  309.  
  310.                F |   zone de bloc
  311.  
  312.                S |   area de bloque
  313.  
  314.             The block area is the definition of a block or a reference  to
  315.        a block in an interaction diagram . [2.4.2]
  316.  
  317.  
  318.                block definition
  319.  
  320.  
  321.                F |   definition de bloc
  322.  
  323.                S |   definicion de bloque
  324.  
  325.             A block definition is the definition of a block in SDL/PR
  326.  
  327.  
  328.                block diagram
  329.  
  330.  
  331.                F |   diagramme de bloc
  332.  
  333.                S |   diagrama de bloque
  334.  
  335.             The block diagram is the definition of a block in SDL/GR
  336.  
  337.  
  338.                block substructure
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.                F |   sous-structure de bloc
  349.  
  350.                S |   subestructura de bloque
  351.  
  352.             A block substructure is the partitioning  of  the  block  into
  353.        subblocks and new channels at a lower level of abstraction [3.2.2]
  354.  
  355.  
  356.  
  357.  
  358.                block substructure definition
  359.  
  360.  
  361.                F |   definition de sous-structure de bloc
  362.  
  363.                S |   definicion de subestructura de bloque
  364.  
  365.             A block substructure definition is the  SDL/PR  representation
  366.        of a block substructure for a partitioned block. [3.2.2]
  367.  
  368.  
  369.  
  370.                block substructure diagram
  371.  
  372.  
  373.                F |   diagramme de sous-structure de bloc
  374.  
  375.                S |   diagrama de subestructura de bloque
  376.  
  377.             A block substructure diagram is the SLD/GR representation of a
  378.        block substructure for a partitioned block . [3.2.2]
  379.  
  380.  
  381.  
  382.                block tree diagram
  383.  
  384.  
  385.                F |   diagramme d'arborescence de bloc
  386.  
  387.                S |   diagrama de arbol de bloques
  388.  
  389.             A block tree  diagram  is  an  auxiliary  document  in  SDL/GR
  390.        representing the partitioning of a system into blocks at lower lev-
  391.        els of abstraction by means of an inverted  tree  diagram  (i.e.  ,
  392.        parent block at the top). [3.22]
  393.  
  394.  
  395.  
  396.  
  397.                BNF (Backus-Naur Form)
  398.  
  399.  
  400.                F |   forme BNF (Backus-Naur Form)
  401.  
  402.                S |   FBN (forma Backus-Naur)
  403.  
  404.             BNF  (Backus-Naur  Form)  is  a  formal  notation   used   for
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.        expressing  the  concrete textual syntax of a language. An extended
  415.        form of BNF is used for expressing the concrete graphical grammar .
  416.        [1.5.2, 1.5.3]
  417.  
  418.  
  419.  
  420.                Boolean
  421.  
  422.  
  423.                F |   booleen
  424.  
  425.                S |   booleano
  426.  
  427.             Boolean is a sort defined in a predefined partial type defini-
  428.        tion  and  has  the values True and False. For the sort Boolean the
  429.        predefined operators are NOT, AND, OR, XOR and implication. [5.6.1]
  430.  
  431.  
  432.                channel
  433.  
  434.  
  435.                F |   canal
  436.  
  437.                S |   canal
  438.  
  439.             A channel is the  connection  conveying  signals  between  two
  440.        blocks  .  Channels  also  convey  signals  between a block and the
  441.        environment . Channels  may  be  unidirectional  or  bidirectional.
  442.        [2.5.1]
  443.  
  444.  
  445.                channel definition
  446.  
  447.  
  448.                F |   definition
  449.  
  450.                S |   definicion de canal
  451.  
  452.             A channel definition is the definition of a channel in  SDL/PR
  453.        . [2.5.1]
  454.  
  455.  
  456.                channel definition area
  457.  
  458.  
  459.                F |   zone de definition de canal
  460.  
  461.                S |   area de definicion de canal
  462.  
  463.             The channel definition area is the definition of a channel  in
  464.        SDL/GR . [2.5.1]
  465.  
  466.  
  467.                channel substructure
  468.  
  469.  
  470.                F |   sous-structure de canal
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.                S |   subestructura de canal
  481.  
  482.             A channel substructure is a partitioning of a channel  into  a
  483.        set of channels and blocks at a lower level of abstraction [3.2.3]
  484.  
  485.  
  486.                channel substructure definition
  487.  
  488.  
  489.                F |   definition de sous-structure de canal
  490.  
  491.                S |   definicion de subestructura de canal
  492.  
  493.             A channel substructure definition is  the  definition  of  the
  494.        channel substructure in SDL/PR . [3.2.3]
  495.  
  496.  
  497.                channel substructure diagram
  498.  
  499.  
  500.                F |   diagramme de sous-structure de canal
  501.  
  502.                S |   diagrama de subestructura de canal
  503.  
  504.             A channel substructure diagram is the definition of the  chan-
  505.        nel substructure in SDL/GR . [3.2.3]
  506.  
  507.  
  508.                character
  509.  
  510.  
  511.                F |   caractere (character)
  512.  
  513.                S |   caracter; character
  514.  
  515.             Character is a sort  defined  in  a  predefined  partial  type
  516.        definition  for  which  the  values  are the elements of the CCITT
  517.        No. 5 alphabet, (e.g., 1, A, B, C, etc.). For  the  sort  character
  518.        the ordering operators are predefined. [5.6.2]
  519.  
  520.  
  521.  
  522.  
  523.                chartstring
  524.  
  525.  
  526.                F |   cha | ne de caracteres (character string)
  527.  
  528.                S |   cadena-de-caracteres; chartstring
  529.  
  530.             Chartstring is a sort defined in  a  predefined  partial  type
  531.        definition  for  which the values are strings of characters and the
  532.        operators are those of the string predefined generator instantiated
  533.        for characters . [5.6.4]
  534.  
  535.  
  536.                comment
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.                F |   commentaire
  547.  
  548.                S |   comentario
  549.  
  550.             A comment is information which is in addition to or  clarifies
  551.        the  SDL  specification  .  In SDL/GR comments may be attached by a
  552.        dashed line to any symbol . In SDL/PR comments  are  introduced  by
  553.        the  keyword  COMMENT  .  Comments have no SDL defined meaning. See
  554.        also Note . [2.2.6]
  555.  
  556.  
  557.                common textual grammar
  558.  
  559.  
  560.                F |   grammaire textuelle commune
  561.  
  562.                S |   gramatica textual comun
  563.  
  564.             The common textual grammar is the subset of the concrete  tex-
  565.        tual grammar which applies to both SDL/GR and SDL/PR .  [1.2]
  566.  
  567.  
  568.  
  569.  
  570.                communication path
  571.  
  572.  
  573.                F |   trajet de communication
  574.  
  575.                S |   trayecto de comunicacion
  576.  
  577.             A communication path is a transportation means  that  carriers
  578.        signal  instances from one process instance or from the environment
  579.        to another process instance or to the environment . A communication
  580.        path  comprises either channel path(s) or signal route path(s) or a
  581.        combination of both. [2.7.4]
  582.  
  583.  
  584.                complete valid input signal set
  585.  
  586.  
  587.                F |   ensemble complet de signaux d'entree valides
  588.  
  589.                S |   conjunto completo de se~ales de entrada validas
  590.  
  591.             The complete valid input signal set of a process is the  union
  592.        of the valid input signal set, the local signals, timer signals and
  593.        the implicit signals of the process . [2.4.4]
  594.  
  595.  
  596.  
  597.                concrete grammar
  598.  
  599.  
  600.                F |   grammaire concrete
  601.  
  602.                S |   gramatica concreta
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.             A concrete grammar is  the  concrete  syntax  along  with  the
  613.        well-formedness  rules for that concrete syntax . SDL/GR and SDL/PR
  614.        are the concrete grammars of SDL . The concrete grammars are mapped
  615.        to the abstract grammar to determine their semantics . [1.2]
  616.  
  617.  
  618.  
  619.  
  620.                concrete graphical grammar
  621.  
  622.  
  623.                F |   grammaire graphic concrete
  624.  
  625.                S |   gramatica grafica concreta
  626.  
  627.             The concrete graphical grammar is the concrete grammar for the
  628.        graphical part of SDL/GR.
  629.  
  630.  
  631.                concrete graphical syntax
  632.  
  633.  
  634.                F |   syntaxe graphique concrete
  635.  
  636.                S |   sintaxis grafica concreta
  637.  
  638.             The concrete graphical syntax is the concrete syntax  for  the
  639.        graphical  part  of  SDL/GR  .  The  concrete  graphical  syntax is
  640.        expressed in Z.100 using an extended form of BNF . [1.2, 1.5.3]
  641.  
  642.  
  643.                concrete syntax
  644.  
  645.  
  646.                F |   syntaxe concrete
  647.  
  648.                S |   sintaxis concreta
  649.  
  650.             The concrete syntax for the various representations of SDL  is
  651.        the  actual symbols used to represent SDL and the interrelationship
  652.        between symbols required by the syntactic rules of SDL  .  The  two
  653.        concrete  syntaxes  used in Z.100 are the concrete graphical syntax
  654.        and the concrete textual syntax . [1.2]
  655.  
  656.  
  657.  
  658.  
  659.                concrete textual syntax
  660.  
  661.  
  662.                F |   syntaxe textuelle concrete
  663.  
  664.                S |   sintaxis textual concreta
  665.  
  666.             The concrete textual syntax is the concrete syntax for  SDL/PR
  667.        and  the  textual  parts of SDL/GR . The concrete textual syntax is
  668.        expressed in Z.100 using BNF . [1.2, 1.5.2]
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.                conditional expression
  679.  
  680.  
  681.                F |   expression conditionnelle
  682.  
  683.                S |   expresion condicional
  684.  
  685.             A conditional expression is an expression containing a Boolean
  686.        expression which controls whether the consequence expression or the
  687.        alternative expression is interpreted. [5.5.2.3]
  688.  
  689.  
  690.                connect
  691.  
  692.  
  693.                F |   connect
  694.  
  695.                S |   conectar
  696.  
  697.             Connect indicates the connection of a channel to one  or  more
  698.        signal routes . [2.5.3]
  699.  
  700.  
  701.  
  702.  
  703.                connector
  704.  
  705.  
  706.                F |   connecteur
  707.  
  708.                S |   conector
  709.  
  710.             A  connector  is  an  SDL/GR  symbol  which   is   either   an
  711.        in-connector  or  an  out-connector  .  A flow line is implied from
  712.        out-connectors to the associated in-connector in the  same  process
  713.        or procedure identified by having the same name . [2.6.6]
  714.  
  715.  
  716.                consistent partitioning subset
  717.  
  718.  
  719.                F |   sous-ensemble de subdivision coherent
  720.  
  721.                S |   subconjunto de particion consistente
  722.  
  723.             A consistent partitioning subset is a set of  the  blocks  and
  724.        subblocks  in a system specification which provides a complete view
  725.        of the system with  related  parts  at  a  corresponding  level  of
  726.        abstraction . Thus, when a block or subblock is contained in a con-
  727.        sistent partitioning subset , its ancestors and siblings  are  too.
  728.        [3.2.1]
  729.  
  730.  
  731.                consistent refinement subset
  732.  
  733.  
  734.                F |   sous-ensemble de raffinement coherent
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.                S |   subconjunto de refinamiento consistente
  745.  
  746.             The consistent refinement subset is a consistent  partitioning
  747.        subset  which  contains all blocks and subblocks which use the sig-
  748.        nals used by any of the blocks or subblocks
  749.  
  750.  
  751.                continuous signal
  752.  
  753.  
  754.                F |   signal continu
  755.  
  756.                S |   se~al continua
  757.  
  758.             A continuous signal is a means to define that when in a  state
  759.        the  associated Boolean condition becomes True, the transition fol-
  760.        lowing the continuous signal is interpreted. [4.11]
  761.  
  762.  
  763.                control flow diagram
  764.  
  765.  
  766.                F |   diagramme de liaison de contr | le
  767.  
  768.                S |   diagrama de flujo de control
  769.  
  770.             A control flow diagram is either a process diagram  ,  a  pro-
  771.        cedure diagram , or a service diagram .
  772.  
  773.  
  774.                create
  775.  
  776.  
  777.                F |   creer
  778.  
  779.                S |   crear
  780.  
  781.             Create is a synonym for create request .
  782.  
  783.  
  784.                create request
  785.  
  786.  
  787.                F |   demande de creation
  788.  
  789.                S |   peticion de crear
  790.  
  791.             A create request is the action causing the creation and start-
  792.        ing  of  a new process instance using a specified process type as a
  793.        template. The actual parameters in the create request  replace  the
  794.        formal parameters in the process [2.7.2]
  795.  
  796.  
  797.                create line area
  798.  
  799.  
  800.                F |   zone de ligne de creation
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.                S |   area de linea de crear
  811.  
  812.             The create line area in a block diagram connects  the  process
  813.        area  of the creating (PARENT) process with the process area of the
  814.        created (OFFSPRING) process [2.4.3]
  815.  
  816.  
  817.  
  818.  
  819.                data type
  820.  
  821.  
  822.                F |   type de donnees
  823.  
  824.                S |   tipo de datos
  825.  
  826.             A data type is the definition of sets of values  (sorts)  ,  a
  827.        set  of  operators  which  are applied to these values and a set of
  828.        algebraic rules (equations ) defining the behaviour when the opera-
  829.        tors are applied to the values . [2.3.1]
  830.  
  831.  
  832.                data type definition
  833.  
  834.  
  835.                F |   definition de type de donnees
  836.  
  837.                S |   definicion de tipo de datos
  838.  
  839.             A data type definition defines the validity of expressions and
  840.        relationship  between  expressions  at  any  given  point in an SDL
  841.        specification . [5.2.1]
  842.  
  843.  
  844.                decision
  845.  
  846.  
  847.                F |   decicion
  848.  
  849.                S |   decision
  850.  
  851.             A decision is an action within a transition which asks a ques-
  852.        tion  to  which  the  answer  can  be  obtained at that instant and
  853.        accordingly chooses one of the several  outgoing  transitions  from
  854.        the decision to continue interpretation. [2.7.5]
  855.  
  856.  
  857.                decision area
  858.  
  859.  
  860.                F |   zone de decision
  861.  
  862.                S |   area de decision
  863.  
  864.             A decision area is the SDL/GR representation of a decision
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.                default
  877.  
  878.  
  879.                F |   default
  880.  
  881.                S |   por defecto
  882.  
  883.             The default assignment is a denotation of a value that is ini-
  884.        tially  associated  to  each  variable  of  the sort of the default
  885.        clause. The default clause may  appear  in  data  type  definitions
  886.        [5.5.3.3]
  887.  
  888.  
  889.                description
  890.  
  891.  
  892.                F |   description
  893.  
  894.                S |   descripcion
  895.  
  896.             A description of a system is the  description  of  its  actual
  897.        behaviour . [1.1]
  898.  
  899.  
  900.                diagram
  901.  
  902.  
  903.                F |   diagramme
  904.  
  905.                S |   diagrama
  906.  
  907.             A diagram is the SDL/GR representation for a part of a specif-
  908.        ication . [2.4.2]
  909.  
  910.  
  911.                duration
  912.  
  913.  
  914.                F |   duree (duration)
  915.  
  916.                S |   duracion; duration
  917.  
  918.             Duration is a sort defined in a predefined partial type defin-
  919.        ition  for  which the values are denoted as reals and represent the
  920.        interval between two time instants. [5.6.11]
  921.  
  922.  
  923.                enabling condition
  924.  
  925.  
  926.                F |   condition de validation
  927.  
  928.                S |   condicion habilitante (o habilitadora)
  929.  
  930.             An enabling condition is a means for conditionally accepting a
  931.        signal for input . [4.12]
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.                enabling condition area
  943.  
  944.  
  945.                F |   zone de condition de validation
  946.  
  947.                S |   area de condicion habilitante (o habilitadora)
  948.  
  949.             The enabling condition area is the SDL/GR representation of an
  950.        enabling condition . [4.12]
  951.  
  952.  
  953.                entity class
  954.  
  955.  
  956.                F |   classe d'entite
  957.  
  958.                S |   clase de entidad
  959.  
  960.             An entity class is a categorization  of  SDL  types  based  on
  961.        similarity of use. [2.2.2]
  962.  
  963.  
  964.                environment
  965.  
  966.  
  967.                F |   environnement
  968.  
  969.                S |   entorno
  970.  
  971.             The term environment is a synonym for  the  environment  of  a
  972.        system  .  Also  when  context  allows, it may be a synonym for the
  973.        environment of a block, process, procedure or a service . [1.3.2]
  974.  
  975.  
  976.                environment of a system
  977.  
  978.  
  979.                F |   environnement d'un systeme
  980.  
  981.                S |   entorno de un sistema
  982.  
  983.             The environment of a system is the external world of the  sys-
  984.        tem  being  specified. The environment interacts with the system by
  985.        sending/receiving signal instances to/from the system . [1.3.2]
  986.  
  987.  
  988.                equation
  989.  
  990.  
  991.                F |   equation
  992.  
  993.                S |   ecuacion
  994.  
  995.             An equation is a relation between terms of the same sort which
  996.        holds for all possible values substituted for each value identifier
  997.        in the equation . An equation may be an axiom
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.                error
  1009.  
  1010.  
  1011.                F |   erreur
  1012.  
  1013.                S |   error
  1014.  
  1015.             An error occurs during the interpretation of a valid  specifi-
  1016.        cation  of  a  system  when  one  of  the dynamic conditions SDL is
  1017.        violated. Once an error has occurred, the subsequent  behaviour  of
  1018.        the system is not defined by SDL . [1.3.3]
  1019.  
  1020.  
  1021.                export
  1022.  
  1023.  
  1024.                F |   export
  1025.  
  1026.                S |   exportacion
  1027.  
  1028.             The term export is a synonym for export operation .
  1029.  
  1030.  
  1031.                exported variable
  1032.  
  1033.  
  1034.                F |   variable exportee
  1035.  
  1036.                S |   variable exportada
  1037.  
  1038.             An exported variable is a variable which can  be  used  in  an
  1039.        export operation . [4.13]
  1040.  
  1041.  
  1042.                exporter
  1043.  
  1044.  
  1045.                F |   exportateur
  1046.  
  1047.                S |   exportador
  1048.  
  1049.             An exporter of a variable in the process instance  which  owns
  1050.        the variable and exports its values . [4.13]
  1051.  
  1052.  
  1053.  
  1054.                export operation
  1055.  
  1056.  
  1057.                F |   operation d'exportation
  1058.  
  1059.                S |   operacion de exportacion
  1060.  
  1061.             An export operation is the operation  by  which  the  exporter
  1062.        discloses the value of a variable . See import operation
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.                expression
  1075.  
  1076.  
  1077.                F |   expression
  1078.  
  1079.                S |   expresion
  1080.  
  1081.             An expression is either a literal , an operator application, a
  1082.        synonym  ,  a  variable  access  , a conditional expression , or an
  1083.        imperartive operator applied to one or more expressions .  When  an
  1084.        expression  is interpreted a value is obtained (or the system is in
  1085.        error ). [2.3.4, 5.4.2.1]
  1086.  
  1087.  
  1088.                external synonym
  1089.  
  1090.  
  1091.                F |   synonyme externe
  1092.  
  1093.                S |   sinonimo externo
  1094.  
  1095.             An external synonym of a predefined sort whose  value  is  not
  1096.        specified in the system specification . [4.3.1]
  1097.  
  1098.  
  1099.                extract!
  1100.  
  1101.  
  1102.                F |   extract!
  1103.  
  1104.                S |   extraer!; extract!
  1105.  
  1106.             Extract is an operator which is implied in an expression  when
  1107.        a  variable  is  immediately  followed  by  bracketed expression(s)
  1108.        [5.4.2.4, 5.6.8]
  1109.  
  1110.  
  1111.                flow line
  1112.  
  1113.  
  1114.                F |   ligne de liaison
  1115.  
  1116.                S |   linea de flujo
  1117.  
  1118.             A flow line is a symbol used to connect  areas  in  a  control
  1119.        flow diagram . [2.2.4, 2.6.7.2.2]
  1120.  
  1121.  
  1122.                formal parameter
  1123.  
  1124.  
  1125.                F |   parametre formel
  1126.  
  1127.                S |   parametro formal
  1128.  
  1129.             A formal parameter is a variable name to which  actual  values
  1130.        are  assigned  or  which are replaced by actual variables . [2.4.4,
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.        2.4.5, 4.2, 4.10]
  1141.  
  1142.  
  1143.                formal parameter list
  1144.  
  1145.  
  1146.                F |   liste de parametres formels
  1147.  
  1148.                S |   lista de parametros formales
  1149.  
  1150.             A formal parameter list is list of a formal parameters .
  1151.  
  1152.  
  1153.                functional behaviour
  1154.  
  1155.  
  1156.                F |   comportement fonctionnel
  1157.  
  1158.                S |   comportamiento funcional
  1159.  
  1160.             Functional behaviour is a synonym for behaviour .
  1161.  
  1162.  
  1163.                general option area
  1164.  
  1165.  
  1166.                F: zone d'option generale
  1167.  
  1168.                S: area de opcion general
  1169.  
  1170.             The general option area is the  SDL/GR  representation  of  an
  1171.        option . [4.3.3]
  1172.  
  1173.  
  1174.                general parameters
  1175.  
  1176.  
  1177.                F |   parametres generaux
  1178.  
  1179.                S |   parametros generales
  1180.  
  1181.             The general parameters in both a specification and a  descrip-
  1182.        tion of a system relate to such matters as temperature limits, con-
  1183.        struction, exchange capacity, grade of service, etc., and  are  not
  1184.        defined in SDL . [1.1]
  1185.  
  1186.  
  1187.                generator
  1188.  
  1189.  
  1190.                F |   generateur
  1191.  
  1192.                S |   generador
  1193.  
  1194.             A generator is an incomplete newtype  description.  Before  it
  1195.        assumes  the status of a newtype , a generator must be instantiated
  1196.        by providing the missing information. [5.4.1.1.2]
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.                graph
  1207.  
  1208.  
  1209.                F |   graphe
  1210.  
  1211.                S |   grafico
  1212.  
  1213.             A graph in the abstract syntax is a part of an SDL  specifica-
  1214.        tion such as procedure graph or a process graph .
  1215.  
  1216.  
  1217.                ground expression
  1218.  
  1219.  
  1220.                F |   expression close
  1221.  
  1222.                S |   expresion fundamental
  1223.  
  1224.             A ground expression is an expression containing only operators
  1225.        , synonyms and literals . [5.4.2.2]
  1226.  
  1227.  
  1228.                hierarchical structure
  1229.  
  1230.  
  1231.                F |   structure hierarchique
  1232.  
  1233.                S |   estructure jerarquica
  1234.  
  1235.             A hierarchical structure is a structure of a system specifica-
  1236.        tion where partitioning and refinement allow different views of the
  1237.        system at different levels of abstraction. Hierarchical  structures
  1238.        allow  the  management  of complex system specifications . See also
  1239.        block tree diagram . [3.1]
  1240.  
  1241.  
  1242.                identifier
  1243.  
  1244.  
  1245.                F |   identificateur
  1246.  
  1247.                S |   identificador
  1248.  
  1249.             An identifier is  the  unique  identification  of  an  object,
  1250.        formed from a qualifier part and a name . [2.2.2]
  1251.  
  1252.  
  1253.  
  1254.  
  1255.                imperative operator
  1256.  
  1257.  
  1258.                F |   operateur imperatif
  1259.  
  1260.                S |   operador imperativo
  1261.  
  1262.             An imperative operator is a now expression,  view  expression,
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.        timer  active  expression,  import  expression  or  one  of the PId
  1273.        expressions: SELF, PARENT, OFFSPRING or SENDER . [5.5.4]
  1274.  
  1275.  
  1276.                implicit transition
  1277.  
  1278.  
  1279.                F |   transition implicite
  1280.  
  1281.                S |   transicion implicita
  1282.  
  1283.             An implicit transition is in the concrete syntax initiated  by
  1284.        a  signal  in the complete valid input signal set and not specified
  1285.        in an input or save for the state . An implicit transition contains
  1286.        no action and leads directly back to the same state [4.6]
  1287.  
  1288.  
  1289.                import
  1290.  
  1291.  
  1292.                F |   import
  1293.  
  1294.                S |   importacion
  1295.  
  1296.             The term import is a synonym for import operation .  [4.13]
  1297.  
  1298.  
  1299.                imported variable
  1300.  
  1301.  
  1302.                F |   variable importee
  1303.  
  1304.                S |   variable importada
  1305.  
  1306.             An imported variable is a variable used in an import operation
  1307.        . [4.13]
  1308.  
  1309.  
  1310.                importer
  1311.  
  1312.  
  1313.                F |   importeur
  1314.  
  1315.                S |   importador
  1316.  
  1317.             An importer of an imported variable is  the  process  instance
  1318.        which imports the value . [4.13]
  1319.  
  1320.  
  1321.                import operation
  1322.  
  1323.  
  1324.                F |   operation d'importation
  1325.  
  1326.                S |   operacion de importacion
  1327.  
  1328.             An import operation is the operation that yields value  of  an
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.        exported variable . [4.13]
  1339.  
  1340.  
  1341.                IN variable
  1342.  
  1343.  
  1344.                F |   variable "IN"
  1345.  
  1346.                S |   variable IN
  1347.  
  1348.             An IN variable is a formal parameter  attribute  denoting  the
  1349.        case  when a value is passed to a procedure via an actual parameter
  1350.        . [2.4.5]
  1351.  
  1352.  
  1353.                IN/OUT variable
  1354.  
  1355.  
  1356.                F |   variable "IN/OUT"
  1357.  
  1358.                S |   variable IN/OUT
  1359.  
  1360.             An IN/OUT variable is a formal  parameter  attribute  denoting
  1361.        the  case when a formal parameter name is used as a synonym for the
  1362.        variable (i.e. the actual parameter must be a variable
  1363.  
  1364.  
  1365.                in-connector
  1366.  
  1367.  
  1368.                F |   connecteur d'entree
  1369.  
  1370.                S |   conector de entrada
  1371.  
  1372.             An in-connector is a connector .
  1373.  
  1374.  
  1375.                infix operator
  1376.  
  1377.  
  1378.                F |   operateur infixe
  1379.  
  1380.                S |   operador infijo
  1381.  
  1382.             An infix operator is one of the predefined dyadic operators of
  1383.        SDL  (=>,  OR,  XOR, AND, IN, /=, =, >, <, < =, >=, +, -, //, *, /,
  1384.        MOD, REM) which are placed between its two arguments. [5.4.1.1]
  1385.  
  1386.  
  1387.                informal text
  1388.  
  1389.  
  1390.                F |   texte informel
  1391.  
  1392.                S |   texto informal
  1393.  
  1394.             Informal text is text included in  an  SDL  specification  for
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.        which  semantics  are  not  defined by SDL , but through some other
  1405.        model. Informal text is enclosed in apostrophes. [2.2.3]
  1406.  
  1407.  
  1408.                initial algebra
  1409.  
  1410.  
  1411.                F |   algebre initiale
  1412.  
  1413.                S |   algebra inicial
  1414.  
  1415.             An initial algebra is the formalism for defining abstract data
  1416.        types . [5.3]
  1417.  
  1418.  
  1419.                inlet
  1420.  
  1421.  
  1422.                F |   acces entrant
  1423.  
  1424.                S |   acceso de entrada
  1425.  
  1426.             An inlet represents a line, such as a channel or a flow line ,
  1427.        entering an SDL/GR macro call . [4.2.3]
  1428.  
  1429.  
  1430.                input
  1431.  
  1432.  
  1433.                F |   entree
  1434.  
  1435.                S |   entrada
  1436.  
  1437.             An input is the consumption of a signal from  the  input  port
  1438.        which  starts  a  transition . During the consumption of a signal ,
  1439.        the values associated with the signal become available to the  pro-
  1440.        cess instance . [2.6.4, 4.10.2]
  1441.  
  1442.  
  1443.                input area
  1444.  
  1445.  
  1446.                F |   zone d'entree
  1447.  
  1448.                S |   area de entrada
  1449.  
  1450.             An input area is the  SDL/GR  representation  of  an  input  .
  1451.        [2.6.4]
  1452.  
  1453.  
  1454.                input port
  1455.  
  1456.  
  1457.                F |   port d'entree
  1458.  
  1459.                S |   puerto de entrada
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.             An input port of a process  is  a  queue  which  receives  and
  1471.        retains  signals in the order of arrival until the signals are con-
  1472.        sumed by an input . The  input  port  may  contain  any  number  of
  1473.        retained signals . [2.4.4]
  1474.  
  1475.  
  1476.  
  1477.  
  1478.                instance
  1479.  
  1480.  
  1481.                F |   instance
  1482.  
  1483.                S |   instancia
  1484.  
  1485.             An instance of a type is an object which has the properties of
  1486.        the type (given in the definition). [1.3.1]
  1487.  
  1488.  
  1489.                instantiation
  1490.  
  1491.  
  1492.                F |   instantiation
  1493.  
  1494.                S |   instanciacion
  1495.  
  1496.             Instantiation is the creation of  an  instance  of  a  type  .
  1497.        [1.3.1]
  1498.  
  1499.  
  1500.                integer
  1501.  
  1502.  
  1503.                F |   entier (integer)
  1504.  
  1505.                S |   entero; integer
  1506.  
  1507.             Integer is a sort defined in a predefined partial type defini-
  1508.        tion  for  which the values are these of mathematical integers (. |
  1509.        | , -2, -1, 0, +1, +2, . |  | ). For the sort  integer  the  prede-
  1510.        fined operators are +, -, *, / and the ordering operators
  1511.  
  1512.  
  1513.                interaction diagram
  1514.  
  1515.  
  1516.                F |   diagramme d'interaction
  1517.  
  1518.                S |   diagrama de interaccion
  1519.  
  1520.             An interaction diagram is a  block  diagram,  system  diagram,
  1521.        channel substructure diagram, or block substructure diagram .
  1522.  
  1523.  
  1524.                keyword
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.                F |   mot cle
  1537.  
  1538.                S |   palabra clave
  1539.  
  1540.             A keyword is a reserved lexical unit in the  concrete  textual
  1541.        syntax . [2.2.1]
  1542.  
  1543.  
  1544.                label
  1545.  
  1546.  
  1547.                F |   etiquette
  1548.  
  1549.                S |   etiqueta
  1550.  
  1551.             A label is a name followed by a colon and is used in the  con-
  1552.        crete textual syntax for connection purposes. [2.6.6]
  1553.  
  1554.  
  1555.                level
  1556.  
  1557.  
  1558.                F |   niveau
  1559.  
  1560.                S |   nivel
  1561.  
  1562.             The term level is a synonym for level of abstraction .
  1563.  
  1564.  
  1565.                level of abstraction
  1566.  
  1567.  
  1568.                F |   niveau d'abstraction
  1569.  
  1570.                S |   nivel de abstraccion
  1571.  
  1572.             A level of abstraction is one of the levels of  a  block  tree
  1573.        diagram  .  A  description  of a system is one block at the highest
  1574.        level of abstraction and is shown as a single block at the top of a
  1575.        block tree diagram . [3.2.1]
  1576.  
  1577.  
  1578.                lexical rules
  1579.  
  1580.  
  1581.                F |   regles lexicales
  1582.  
  1583.                S |   reglas lexicas
  1584.  
  1585.             Lexical rules are rules which define  how  lexical  units  are
  1586.        built from characters. [2.2.1, 4.2.1]
  1587.  
  1588.  
  1589.                lexical unit
  1590.  
  1591.  
  1592.                F |   unites lexicales
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.                S |   unidad lexica
  1603.  
  1604.             Lexical units are the terminal symbols of the concrete textual
  1605.        syntax . [2.2.1]
  1606.  
  1607.  
  1608.                literal
  1609.  
  1610.  
  1611.                F |   litteral
  1612.  
  1613.                S |   literal
  1614.  
  1615.             A literal denotes a value . [2.3.3, 5.1.2, 5.4.1.14]
  1616.  
  1617.  
  1618.                macro
  1619.  
  1620.  
  1621.                F |   macro
  1622.  
  1623.                S |   marco
  1624.  
  1625.             A marcro is a named collection of syntactic or textual  items,
  1626.        which  replaces  the  macro  call  before  the  meaning  of the SDL
  1627.        representation is considered (i.e., a macro has meaning  only  when
  1628.        replaced in a particular context). [4.2]
  1629.  
  1630.  
  1631.                macro call
  1632.  
  1633.  
  1634.                F |   appel de macro
  1635.  
  1636.                S |   llamada a (de) macro
  1637.  
  1638.             A macro call is an indication  of  a  place  where  the  macro
  1639.        definition with the same name should be expanded. [4.2.3]
  1640.  
  1641.  
  1642.                macro definition
  1643.  
  1644.  
  1645.                F |   definition de macro
  1646.  
  1647.                S |   definicion de macro
  1648.  
  1649.             A macro definition is the definition of a macro in SDL/PR
  1650.  
  1651.  
  1652.                macro diagram
  1653.  
  1654.  
  1655.                F |   diagramme de macro
  1656.  
  1657.                S |   diagrama de macro
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.             A macro diagram is the definition  of  a  macro  in  SDL/GR  .
  1669.        [4.2.2]
  1670.  
  1671.  
  1672.                make!
  1673.  
  1674.  
  1675.                F |   make!
  1676.  
  1677.                S |   hacer!; make!
  1678.  
  1679.             Make! is an operation only used in data  type  definitions  fo
  1680.        form   a   value  of  a  complex  type  (e.g., structured  sort  ).
  1681.        [5.4.1.10, 5.6.8]
  1682.  
  1683.  
  1684.  
  1685.  
  1686.                merge area
  1687.  
  1688.  
  1689.                F |   zone de fusion
  1690.  
  1691.                S |   area de fusion
  1692.  
  1693.             A merge area is where  one  flow  line  connects  to  another.
  1694.        [2.6.7.2.2]
  1695.  
  1696.  
  1697.                Meta IV
  1698.  
  1699.  
  1700.                F |   Meta IV
  1701.  
  1702.                S |   Meta IV
  1703.  
  1704.             Meta IV is a formal notation for expressing the abstract  syn-
  1705.        tax of a language. [1.5.1]
  1706.  
  1707.  
  1708.                model
  1709.  
  1710.  
  1711.                F |   modele
  1712.  
  1713.                S |   modelo
  1714.  
  1715.             A model gives the mapping for shorthand notations expressed in
  1716.        terms of previously defined concrete syntax . [1.4.1, 1.4.2]
  1717.  
  1718.  
  1719.                modify!
  1720.  
  1721.  
  1722.                F |   modify!
  1723.  
  1724.                S |   modificar!; modify!
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.             Modify is an operator which is implied in expressions  when  a
  1735.        variable  is immediately followed by bracketed expressions and then
  1736.        :=. Within axioms  modify!  is  used  explicitly  (see  extract!  )
  1737.        [5.4.1.10, 5.6.8]
  1738.  
  1739.  
  1740.                name
  1741.  
  1742.  
  1743.                F |   nom
  1744.  
  1745.                S |   nombre
  1746.  
  1747.             A name is a lexical unit used to name  SDL  objects.   [2.2.1,
  1748.        2.2.2]
  1749.  
  1750.  
  1751.                natural
  1752.  
  1753.  
  1754.                F |   naturel
  1755.  
  1756.                S |   natural
  1757.  
  1758.             Natural is a syntype defined  in  a  predefined  partial  type
  1759.        definition  for  which  the  values  are  the non-negative integers
  1760.        (i.e., 0, 1, 2,  |  |  | ). The operators are the operators of  the
  1761.        sort integer . [5.6.6]
  1762.  
  1763.  
  1764.  
  1765.  
  1766.                newtype
  1767.  
  1768.  
  1769.                F |   nouveau type (newtype)
  1770.  
  1771.                S |   niotipo
  1772.  
  1773.             A newtype introduces a sort , a set of operators , and  a  set
  1774.        of  equations  .  Note  that  the  term  newtype might be confusing
  1775.        because actually a new sort is introduced,  but  newtype  is  main-
  1776.        tained for historical reasons. [5.2.1]
  1777.  
  1778.  
  1779.                node
  1780.  
  1781.  
  1782.                F |   noeud
  1783.  
  1784.                S |   nodo
  1785.  
  1786.             In the abstract syntax , a node is a designation of one of the
  1787.        basic concepts of SDL  |
  1788.  
  1789.  
  1790.                note
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.                F: note
  1801.  
  1802.                S: nota
  1803.  
  1804.             A note is text enclosed by /* |  nd  |  /  which  has  no  SDL
  1805.        defined semantics. See comment . [2.2.1]
  1806.  
  1807.  
  1808.                null
  1809.  
  1810.  
  1811.                F |   null
  1812.  
  1813.                S |   null; nulo
  1814.  
  1815.             Null is the literal of sort PId . [5.6.10]
  1816.  
  1817.  
  1818.                OFFSPRING
  1819.  
  1820.  
  1821.                F |   DESCENDANT (OFFSPRING)
  1822.  
  1823.                S |   OFFSPRING; VASTAGO
  1824.  
  1825.             OFFSPRING is an expression of sort PId  .  When  OFFSPRING  is
  1826.        evaluated  in a process it gives the PId-values of the process most
  1827.        recently created by this process . If the process has  not  created
  1828.        any  processes  , the result of the evaluation of OFFSPRING is null
  1829.        [2.4.4, 5.5.4.3]
  1830.  
  1831.  
  1832.                operator
  1833.  
  1834.  
  1835.                F |   operateur
  1836.  
  1837.                S |   operador
  1838.  
  1839.             An operator is a denotation for an  operation.  Operators  are
  1840.        defined  in a partial type definition . For example +, -, *, /, are
  1841.        names for operators defined for sort integer . [5.1.2, 5.1.3]
  1842.  
  1843.  
  1844.                operator signature
  1845.  
  1846.  
  1847.                F |   signature d'operateur
  1848.  
  1849.                S |   signatura de operador
  1850.  
  1851.             An operator signature defines the sort(s)  of  the  values  to
  1852.        which  the  operator  can  be applied and the sort of the resulting
  1853.        value . [5.2.2]
  1854.  
  1855.  
  1856.                option
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.                F |   option
  1867.  
  1868.                S |   opcion
  1869.  
  1870.             An option is a concrete syntax construct in a generic SDL sys-
  1871.        tem specification allowing different system structures to be chosen
  1872.        before the system is interpreted. [4.3.3, 4.3.4]
  1873.  
  1874.  
  1875.                ordering operators
  1876.  
  1877.  
  1878.                F |   operateurs de relation d'ordre
  1879.  
  1880.                S |   operadores de ordenacion
  1881.  
  1882.             The ordering operators are <, <=, > or >=.  [5.4.1.8]
  1883.  
  1884.  
  1885.                out connector
  1886.  
  1887.  
  1888.                F |   connecteur de sortie
  1889.  
  1890.                S |   conector de salida
  1891.  
  1892.             An out-connector is a connector.
  1893.  
  1894.  
  1895.  
  1896.  
  1897.                outlet
  1898.  
  1899.  
  1900.                F |   acces sortant
  1901.  
  1902.                S |   acceso de salida
  1903.  
  1904.             An outlet represents a line, such as a channel or flow line  ,
  1905.        existing a macro diagram . [4.2.2]
  1906.  
  1907.  
  1908.                output
  1909.  
  1910.  
  1911.                F: sortie
  1912.  
  1913.                S: salida
  1914.  
  1915.             An output is an action within a transition which  generates  a
  1916.        signal instance .
  1917.  
  1918.  
  1919.                output area
  1920.  
  1921.  
  1922.                F |   zone de sortie
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.                S |   area de salida
  1933.  
  1934.             The output area in  a  control  flow  diagram  represents  the
  1935.        SDL/GR concept of an output . [2.7.4]
  1936.  
  1937.  
  1938.                page
  1939.  
  1940.  
  1941.                F |   page
  1942.  
  1943.                S |   pagina
  1944.  
  1945.             A page is one of the components of a physical partitioning  of
  1946.        a diagram
  1947.  
  1948.  
  1949.                PARENT
  1950.  
  1951.  
  1952.                F |   PARENT
  1953.  
  1954.                S |   PARENT; PROGENITOR
  1955.  
  1956.             PARENT is a PId expression . When  a  process  evaluates  this
  1957.        expression , the result is the PId-value of the parent process pro-
  1958.        cess was created at system initialization time, the result is  null
  1959.        . [2.4.4, 5.5.4.3]
  1960.  
  1961.  
  1962.                partial type definition
  1963.  
  1964.  
  1965.                F |   defintiion partielle de type
  1966.  
  1967.                S |   definicion parcial de tipo
  1968.  
  1969.             The partial type definition for a sort  defines  some  of  the
  1970.        properties  related to the sort . A partial type definition is part
  1971.        of a data type definition. [5.2.1]
  1972.  
  1973.  
  1974.                partitioning
  1975.  
  1976.  
  1977.                F |   subdivision
  1978.  
  1979.                S |   particion
  1980.  
  1981.             Partitioning is the subdivision of a unit  into  smaller  com-
  1982.        ponents  which when taken as a whole have the same behaviour as the
  1983.        original unit. Partitioning does not affect the static interface of
  1984.        a unit. [3.1, 3.2]
  1985.  
  1986.  
  1987.                PId
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.                F |   PId
  1999.  
  2000.                S |   PId
  2001.  
  2002.             PId is a sort defined in a predefined partial type  definition
  2003.        for  which there is one literal , null . PId is an abbreviation for
  2004.        process instance identifier, and the values of the sorts  are  used
  2005.        to identify process instances . [5.5.4.3, 5.6.10]
  2006.  
  2007.  
  2008.                powerset
  2009.  
  2010.  
  2011.                F |   mode ensembliste
  2012.  
  2013.                S |   conjunista
  2014.  
  2015.             Powerset  is  the  predefined  generator  used  to   introduce
  2016.        mathematical  sets.  The  operators for powerset are IN, Incl, Del,
  2017.        union, insersection and the ordering operators .  [5.6.9]
  2018.  
  2019.  
  2020.  
  2021.  
  2022.                predefined data
  2023.  
  2024.  
  2025.                F |   donnees predefinies
  2026.  
  2027.                S |   datos predefinidos
  2028.  
  2029.             For simplicity of description  the  term  predefined  data  is
  2030.        applied  to  both  predefined names for sorts introduced by partial
  2031.        type definitions and predefined  names  for  data  type  generators
  2032.        character,  chartstring,  duration,  integer, natural PId, real and
  2033.        time are sort names which are predefined.  Array,  powerset  ,  and
  2034.        string  are  data type generator names which are predefined. Prede-
  2035.        fined data are defined implicitly at system level in all  SDL  sys-
  2036.        tems . [5.6]
  2037.  
  2038.  
  2039.                procedure
  2040.  
  2041.  
  2042.                F |   procedure
  2043.  
  2044.                S |   procedimiento
  2045.  
  2046.             A procedure is an encapsulation of the behaviour of a  process
  2047.        .  A  procedure  is  defined  in  one  place but may be referred to
  2048.        several times within the same process . See  formal  parameter  and
  2049.        actual parameter . [2.4.5]
  2050.  
  2051.  
  2052.                procedure call
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.                F |   appel de procedure
  2065.  
  2066.                S |   llamada a (de) procedimiento
  2067.  
  2068.             A procedure call is the invocation of a  named  procedure  for
  2069.        interpretation  of  the  procedure and passing actual parameters to
  2070.        the procedure . [2.7.3]
  2071.  
  2072.  
  2073.                procedure call area
  2074.  
  2075.  
  2076.                F |   zone d'appel de procedure
  2077.  
  2078.                S |   area de llamada a (de) procedimiento
  2079.  
  2080.             The procedure call area is the SDL/GR representation of a pro-
  2081.        cedure call . [2.7.3]
  2082.  
  2083.  
  2084.                procedure definition
  2085.  
  2086.  
  2087.                F |   definition de procedure
  2088.  
  2089.                S |   definicion de procedimiento
  2090.  
  2091.             A procedure definition is the SDL/PR definition of a procedure
  2092.        . [2.4.5]
  2093.  
  2094.  
  2095.                procedure diagram
  2096.  
  2097.  
  2098.                F |   diagramme de procedure
  2099.  
  2100.                S |   diagrama de procedimiento
  2101.  
  2102.             A procedure diagram is the SDL/GR  representation  of  a  pro-
  2103.        cedure . [2.4.5]
  2104.  
  2105.  
  2106.                procedure graph
  2107.  
  2108.  
  2109.                F |   graphe de procedure
  2110.  
  2111.                S |   grafico de procedimiento
  2112.  
  2113.             A procedure graph is a  nonterminal  in  the  abstract  syntax
  2114.        representing a procedure . [2.4.5]
  2115.  
  2116.  
  2117.  
  2118.  
  2119.                procedure return
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.                F |   retour de procedure
  2131.  
  2132.                S |   retorno de procedimiento
  2133.  
  2134.             Procedure return is a synonym for return .
  2135.  
  2136.  
  2137.                process
  2138.  
  2139.  
  2140.                F |   processus
  2141.  
  2142.                S |   proceso
  2143.  
  2144.             A process is a communicating extended  finite  state  machine.
  2145.        Communication  can take place via signals or shared variables . The
  2146.        behaviour of a process depends on the order of arrival  of  signals
  2147.        in its input port . [2.4.4]
  2148.  
  2149.  
  2150.                process area
  2151.  
  2152.  
  2153.                F |   zone de processus
  2154.  
  2155.                S |   area de proceso
  2156.  
  2157.             A process area in SDL/GR is the representation of a process or
  2158.        a reference to a process in an interaction diagram . [2.4.3]
  2159.  
  2160.  
  2161.                process definition
  2162.  
  2163.  
  2164.                F |   definition de processus
  2165.  
  2166.                S |   definicion de processo
  2167.  
  2168.             A process definition is the SDL/PR representation of a process
  2169.        . [2.4.4]
  2170.  
  2171.  
  2172.                process diagram
  2173.  
  2174.  
  2175.                F |   diagramme de processus
  2176.  
  2177.                S |   diagrama de proceso
  2178.  
  2179.             A process diagram is the SDL/GR representation of the  defini-
  2180.        tion of a process . [2.4.4]
  2181.  
  2182.  
  2183.                process graph
  2184.  
  2185.  
  2186.                F |   graphe de processus
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.                S |   grafico de proceso
  2197.  
  2198.             A  process  graph  is  nonterminal  in  the  abstract   syntax
  2199.        representing a process . [2.4.4]
  2200.  
  2201.  
  2202.                process instance
  2203.  
  2204.  
  2205.                F |   instance de processus
  2206.  
  2207.                S |   instancia de proceso
  2208.  
  2209.             A process instance is a dynamically created instance of a pro-
  2210.        cess . See SELF, SENDER, PARENT, and OFFSPRING [2.4.4]
  2211.  
  2212.  
  2213.                qualifier
  2214.  
  2215.  
  2216.                F |   partie qualificative (qualificatif)
  2217.  
  2218.                S |   calificador
  2219.  
  2220.             The qualifier is part of an  identifier  which  is  the  extra
  2221.        information  to  the  name part of the identifier to ensure unique-
  2222.        ness. Qualifiers are always present in the abstract  syntax  ,  but
  2223.        only  have  to  be used as far as needed for uniqueness in the con-
  2224.        crete syntax when the qualifier of an identifier cannot be  derived
  2225.        from the context of the use of the name part. [2.2.2]
  2226.  
  2227.  
  2228.                real
  2229.  
  2230.  
  2231.                F |   reel
  2232.  
  2233.                S |   real
  2234.  
  2235.             Real is a sort defined in a predefined partial type definition
  2236.        for  which the values are the numbers which can be presented by one
  2237.        Integer divided by another. The predefined operators for  the  sort
  2238.        real have the same names as the operators of sort integer . [5.6.7]
  2239.  
  2240.  
  2241.  
  2242.  
  2243.                refinement
  2244.  
  2245.  
  2246.                F |   reaffinement
  2247.  
  2248.                S |   refinamiento
  2249.  
  2250.             Refinement is the addition of new details to the  funtionality
  2251.        at  a  certain  level  of  abstraction . The refinement of a system
  2252.        causes an enrichment in its behaviour or its capabilities to handle
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.        more  types  of signals and information, including those signals to
  2263.        and from the environment . Compare with partitioning . [3.3]
  2264.  
  2265.  
  2266.                remote definition
  2267.  
  2268.  
  2269.                F |   definition distante
  2270.  
  2271.                S |   definicion remota
  2272.  
  2273.             A remote definition is a syntactic  means  of  distributing  a
  2274.        system definition into several parts and relating the parts to each
  2275.        other. [2.4.1]
  2276.  
  2277.  
  2278.                reset
  2279.  
  2280.  
  2281.                F |   reset (reinitialisation)
  2282.  
  2283.                S |   reincializar; reponer
  2284.  
  2285.             Reset is an operation defined for timers which  allows  timers
  2286.        to be made inactive. See active timer . [2.8]
  2287.  
  2288.  
  2289.                retained signal
  2290.  
  2291.  
  2292.                F |   signal retenu
  2293.  
  2294.                S |   se~al retenida
  2295.  
  2296.             A retained signal is a signal in the input port of a process ,
  2297.        i.e., a signal which has been received but not consumed by the pro-
  2298.        cess . [2.4.4]
  2299.  
  2300.  
  2301.                return
  2302.  
  2303.  
  2304.                F |   retour
  2305.  
  2306.                S |   retorno
  2307.  
  2308.             The return of a procedure is the transfer of  control  to  the
  2309.        calling procedure or process . [2.6.7.2.4]
  2310.  
  2311.  
  2312.                reveal attribute
  2313.  
  2314.  
  2315.                F |   attribut d'exposition
  2316.  
  2317.                S |   atributo revelado
  2318.  
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.             A variable owned by a process may have a reveal attribute , in
  2329.        which  case  another process in the same block is permitted to view
  2330.        the value associated with the variable  .  See  view  definition  .
  2331.        [2.6.1.1]
  2332.  
  2333.  
  2334.                save
  2335.  
  2336.  
  2337.                F |   mise en reserve
  2338.  
  2339.                S |   conservacion
  2340.  
  2341.             A save is the declaration of those signals that should not  be
  2342.        consumed in a given state . [2.6.5]
  2343.  
  2344.  
  2345.                save area
  2346.  
  2347.  
  2348.                F |   zone de mise en reserve
  2349.  
  2350.                S |   area de conservacion
  2351.  
  2352.             The save area  is  the  SDL/GR  representation  of  a  save  .
  2353.        [2.6.5]
  2354.  
  2355.  
  2356.                save signal set
  2357.  
  2358.  
  2359.                F |   ensemble de signaux de mise en reserve
  2360.  
  2361.                S |   conjunto de se~ales de conservacion
  2362.  
  2363.             The save signal set of a state is the set of saved signals for
  2364.        that state . [2.6.5]
  2365.  
  2366.  
  2367.                SDL (CCITT Specification and Description Language)
  2368.  
  2369.  
  2370.                F |   LDS (langage de description et  de  specification  du
  2371.        CCITT)
  2372.  
  2373.                S |   LED (lenguaje de  especificacion  y  descripcion  del
  2374.        CCITT)
  2375.  
  2376.             CCITT SDL (Specification and Description Language ) is a  for-
  2377.        mal language providing a set of constructs of the specification for
  2378.        the functionality of a system.
  2379.  
  2380.  
  2381.                SDL/GR
  2382.  
  2383.  
  2384.                F: LDS/GR
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.                S: LED/GR
  2395.  
  2396.             SDL/GR is the graphical representation in SDL  .  The  grammar
  2397.        for  SDL/GR  is  defined  by the concrete graphical grammar and the
  2398.        common textual grammar . [1.2]
  2399.  
  2400.  
  2401.                SDL/PE
  2402.  
  2403.  
  2404.                F |   LDS/PE
  2405.  
  2406.                S |   LED/EP
  2407.  
  2408.             SDL/PE is a set of icons which can be used in conjunction with
  2409.        the state symbol of SDL/GR . [Annex E]
  2410.  
  2411.  
  2412.                SDL/PR
  2413.  
  2414.  
  2415.                F |   LDS/PR
  2416.  
  2417.                S |   LED/PR
  2418.  
  2419.             SDL/PR is the textual phrase representation in SDL . The gram-
  2420.        mar for SDL/PR is defined by the concrete textual grammar [1.2]
  2421.  
  2422.  
  2423.                scope unit
  2424.  
  2425.  
  2426.                F |   unite de portee
  2427.  
  2428.                S |   unidad de ambito
  2429.  
  2430.             A scope unit in the concrete  grammar  defines  the  range  of
  2431.        visibility  of  identifiers  .  Examples of scope units include the
  2432.        system, block, process, procedure,  partial  type  definitions  and
  2433.        service definitions . [2.2.2]
  2434.  
  2435.  
  2436.                selection
  2437.  
  2438.  
  2439.                F |   selection
  2440.  
  2441.                S |   seleccion
  2442.  
  2443.             Selection means providing those external  synonyms  needed  to
  2444.        make a specific system specification from a generic system specifi-
  2445.        cation
  2446.  
  2447.  
  2448.                SELF
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.                F |   SELF
  2461.  
  2462.                S |   SELF; MISMO
  2463.  
  2464.             SELF is a PId expression  .  When  a  process  evaluates  this
  2465.        expression , the result is the PId-value of that process results in
  2466.        the value Null  .  See  also  PARENT,  OFFSPRING,  PId  .   [2.4.4,
  2467.        5.5.4.3]
  2468.  
  2469.  
  2470.                semantics
  2471.  
  2472.  
  2473.                F |   semantique
  2474.  
  2475.                S |   semantica
  2476.  
  2477.             Semantics gives meaning to an entity: the properties  it  has,
  2478.        the  way  its  behaviour is interpreted, and any dynamic conditions
  2479.        which must be fulfilled for the behaviour of the entity to meet SDL
  2480.        rules.  [1.4.1, 1.4.2]
  2481.  
  2482.  
  2483.                SENDER
  2484.  
  2485.  
  2486.                F |   SENDER (emetteur)
  2487.  
  2488.                S |   SENDER; EMISOR
  2489.  
  2490.             SENDER is a PId expression . When evaluated SENDER yields  the
  2491.        PId  value  of the sending process of the signal that activated the
  2492.        current transition . [2.4.4, 2.6.4, 5.5.4.3]
  2493.  
  2494.  
  2495.                service
  2496.  
  2497.  
  2498.                F |   service
  2499.  
  2500.                S |   servicio
  2501.  
  2502.             A service is an alternative way of specifying a process . Each
  2503.        service may define a partial behaviour of a process . [4.10]
  2504.  
  2505.  
  2506.                service area
  2507.  
  2508.  
  2509.                F |   zone de service
  2510.  
  2511.                S |   area de servicio
  2512.  
  2513.             A service area is either a service diagram or a reference to a
  2514.        service . [4.10.1]
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.                service definition
  2527.  
  2528.  
  2529.                F |   definition de service
  2530.  
  2531.                S |   definicion de servicio
  2532.  
  2533.             A service definition is the SDL/PR definition of a service
  2534.  
  2535.  
  2536.                service diagram
  2537.  
  2538.  
  2539.                F |   diagramme de service
  2540.  
  2541.                S |   diagrama de servicio
  2542.  
  2543.             A service diagram is the SDL/GR  definition  of  a  service  .
  2544.        [4.10]
  2545.  
  2546.  
  2547.                set
  2548.  
  2549.  
  2550.                F |   set (initialisation)
  2551.  
  2552.                S |   inicializar; poner
  2553.  
  2554.             Set is an operation defined for timers which allow  timers  to
  2555.        be made active . [2.8]
  2556.  
  2557.  
  2558.                shorthand notation
  2559.  
  2560.  
  2561.                F |   notation abregee
  2562.  
  2563.                S |   notacion taquigrafica (o abreviada)
  2564.  
  2565.             A shorthand notation is a concrete syntax notation providing a
  2566.        more  compact representation implicitly referring to Basic SDL con-
  2567.        cepts. [1.4.2]
  2568.  
  2569.  
  2570.                signal
  2571.  
  2572.  
  2573.                F |   signal
  2574.  
  2575.                S |   se~al
  2576.  
  2577.             A signal is an instance of a signal type communication  infor-
  2578.        mation to a process instance . [2.5.4]
  2579.  
  2580.  
  2581.                signal definition
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.                F |   definition de signal
  2593.  
  2594.                S |   definicion de se~al
  2595.  
  2596.             A signal definition defines a named signal type and associates
  2597.        a  list  of zero or more sort identifiers with the signal name sig-
  2598.        nals to carry values . [2.5.4]
  2599.  
  2600.  
  2601.                signal list
  2602.  
  2603.  
  2604.                F |   liste de signaux
  2605.  
  2606.                S |   lista de se~ales
  2607.  
  2608.             A signal list is a list of signal identifiers used in  channel
  2609.        and  signal route definitions to indicate all the signals which may
  2610.        be conveyed by the  channel  or  signal  route  in  one  direction.
  2611.        [2.5.5]
  2612.  
  2613.  
  2614.                signal list area
  2615.  
  2616.  
  2617.                F |   zone de liste de signaux
  2618.  
  2619.                S |   area de lista de se~ales
  2620.  
  2621.             The signal list area in an interaction  diagram  represents  a
  2622.        signal list associated with a channel or signal route .  [2.5.5]
  2623.  
  2624.  
  2625.                signal route
  2626.  
  2627.  
  2628.                F |   acheminement de signaux
  2629.  
  2630.                S |   ruta de se~ales
  2631.  
  2632.             A signal route indicates the flow of signals between a process
  2633.        type and either another process type in the same block or the chan-
  2634.        nels connected to the block . [2.5.2]
  2635.  
  2636.  
  2637.                simple expression
  2638.  
  2639.  
  2640.                F |   expression simple
  2641.  
  2642.                S |   expresion simple
  2643.  
  2644.             A simple expression  is  an  expression  which  only  contains
  2645.        operators,  synonyms  ,  and  literals  of  the  predefined sorts .
  2646.        [4.3.2]
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.                sort
  2659.  
  2660.  
  2661.                F |   sorte
  2662.  
  2663.                S |   genero
  2664.  
  2665.             A sort is a set of values with common  characteristics.  Sorts
  2666.        are always nonempty and disjoint. [2.3.3, 5.1.3]
  2667.  
  2668.  
  2669.  
  2670.                specification
  2671.  
  2672.  
  2673.                F |   specification
  2674.  
  2675.                S |   especificacion
  2676.  
  2677.             A specification is a definition of the requirements of a  sys-
  2678.        tem  .  A  specification consists of general parameters required of
  2679.        the  system  and  the  functional  specification  of  its  required
  2680.        behaviour  Specification  may  be  also  used  as  a  shorthand for
  2681.        "specification and/or description ", e.g., in SDL specification  or
  2682.        system specification [1.1]
  2683.  
  2684.  
  2685.                start
  2686.  
  2687.  
  2688.                F |   depart
  2689.  
  2690.                S |   arranque
  2691.  
  2692.             The start in a process is  interpreted  before  any  state  or
  2693.        action  . The start initializes the process by replacing its formal
  2694.        parameters by the actual parameters  as  specified  in  the  create
  2695.        [2.6.2]
  2696.  
  2697.  
  2698.                state
  2699.  
  2700.  
  2701.                F |   etat
  2702.  
  2703.                S |   estado
  2704.  
  2705.             A state is a condition in which a process instance can consume
  2706.        a signal . [2.6.3]
  2707.  
  2708.  
  2709.                state area
  2710.  
  2711.  
  2712.                F |   zone d'etat
  2713.  
  2714.                S |   area de estado
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.             A state area is the  SDL/GR  representation  of  one  or  more
  2725.        states . [2.6.3]
  2726.  
  2727.  
  2728.                state picture
  2729.  
  2730.  
  2731.                F |   representation graphique d'etat
  2732.  
  2733.                S |   pictograma de estado
  2734.  
  2735.             A state picture is a state symbol incorporating pictorial ele-
  2736.        ments used to extend SDL/GR to SDL/PE . [Annex E]
  2737.  
  2738.  
  2739.                stop
  2740.  
  2741.  
  2742.                F |   arr | t
  2743.  
  2744.                S |   parada
  2745.  
  2746.             A stop is an action which terminates a process instance . When
  2747.        a  stop is interpreted, all variables owned by the process instance
  2748.        are destroyed and all retained signals in the  input  port  are  no
  2749.        longer accessible. [2.6.7.2.3]
  2750.  
  2751.  
  2752.                string
  2753.  
  2754.  
  2755.                F |   cha | ne (string)
  2756.  
  2757.                S:  cadena; string
  2758.  
  2759.             String is a predefined generator used to introduce lists.  The
  2760.        predefined  operators  include  Length,  First, Last, Substring and
  2761.        concatenation. [5.6.3]
  2762.  
  2763.  
  2764.                structured sort
  2765.  
  2766.  
  2767.                F |   sorte structuree
  2768.  
  2769.                S |   genero estructurado
  2770.  
  2771.             A structured sort is a sort with implicit operators and  equa-
  2772.        tions  and  special  concrete  syntax  for these implicit operators
  2773.        fields. The values of the  fields  can  be  accessed  and  modified
  2774.        independently. [5.4.1.10]
  2775.  
  2776.  
  2777.  
  2778.  
  2779.                subblock
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.                F |   sous-bloc
  2791.  
  2792.                S |   subbloque
  2793.  
  2794.             A subblock is a block contained within another block  .   Sub-
  2795.        blocks are formed when a block is partitioned . [3.2.1, 3.2.2]
  2796.  
  2797.  
  2798.                subchannel
  2799.  
  2800.  
  2801.                F |   sous-canal
  2802.  
  2803.                S |   subcanal
  2804.  
  2805.             A subchannel is a channel formed when a block is partitioned .
  2806.        A  subchannel  connects a subblock to a boundary of the partitioned
  2807.        block or a block to the boundary of a partitioned channel . [3.2.2,
  2808.        3.2.3]
  2809.  
  2810.  
  2811.                subsignal
  2812.  
  2813.  
  2814.                F |   sous-signal
  2815.  
  2816.                S |   subse~al
  2817.  
  2818.             A subsignal is a refinement of a signal  and  may  be  further
  2819.        refined . [3.3]
  2820.  
  2821.  
  2822.                symbol
  2823.  
  2824.  
  2825.                F |   symbole
  2826.  
  2827.                S |   simbolo
  2828.  
  2829.             A symbol is a terminal in the concrete syntaxes . A symbol may
  2830.        be one of a set of shapes in the concrete graphical syntax .
  2831.  
  2832.  
  2833.                synonym
  2834.  
  2835.  
  2836.                F |   synonyme
  2837.  
  2838.                S |   sinonimo
  2839.  
  2840.             A synonym is a name which represents a value .  [5.4.1.13]
  2841.  
  2842.  
  2843.                syntax diagram
  2844.  
  2845.  
  2846.                F |   diagramme de syntaxe
  2847.  
  2848.  
  2849.  
  2850.  
  2851.  
  2852.  
  2853.  
  2854.  
  2855.  
  2856.                S |   diagrama de sintaxis
  2857.  
  2858.             Syntax diagrams are illustrations of the  definitions  of  the
  2859.        concrete textual syntax . [Annex C2]
  2860.  
  2861.  
  2862.                syntype
  2863.  
  2864.  
  2865.                F |   syntype
  2866.  
  2867.                S |   sintipo
  2868.  
  2869.             A syntype determines a set of values which  corresponds  to  a
  2870.        subset of the values of the parent type . The operators of the syn-
  2871.        type are the same as those of the parent type . [5.4.1.9]
  2872.  
  2873.  
  2874.                system
  2875.  
  2876.  
  2877.                F |   systeme
  2878.  
  2879.                S |   sistema
  2880.  
  2881.             A system is a set of blocks connected to each  other  and  the
  2882.        environment by channels .
  2883.  
  2884.  
  2885.                system definition
  2886.  
  2887.  
  2888.                F |   definition de systeme
  2889.  
  2890.                S |   definicion de sistema
  2891.  
  2892.             A system definition is the SDL/PR representation of a system .
  2893.        [2.4.2]
  2894.  
  2895.  
  2896.                system diagram
  2897.  
  2898.  
  2899.                F |  diagramme de systeme
  2900.  
  2901.                S |  diagrama de sistema
  2902.  
  2903.             A system diagram is the SDL/GR representation of a system
  2904.  
  2905.  
  2906.                task
  2907.  
  2908.  
  2909.                F |   t | che
  2910.  
  2911.                S |   tarea
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.             A task is an action within a transition  containing  either  a
  2923.        sequence  of assignment statements or informal text . The interpre-
  2924.        tation of a task depends on and may act on information held by  the
  2925.        system [2.7.1]
  2926.  
  2927.  
  2928.                task area
  2929.  
  2930.  
  2931.                F |   zone de t | che
  2932.  
  2933.                S |   area de tarea
  2934.  
  2935.             A task area is the SDL/GR representation of a task .  [2.7.1]
  2936.  
  2937.  
  2938.                term
  2939.  
  2940.  
  2941.                F |   terme
  2942.  
  2943.                S |   termino
  2944.  
  2945.             A term is syntactically equivalent to an  expression  .  Terms
  2946.        are  only used in axioms and are distinguished from expressions for
  2947.        reasons of clarity. [5.2.3, 5.3.3]
  2948.  
  2949.  
  2950.                text extension symbol
  2951.  
  2952.  
  2953.                F |   symbole d'extension de texte
  2954.  
  2955.                S |   sibolo de ampliacion de texto
  2956.  
  2957.             A text extension symbol is a container of text  which  belongs
  2958.        to  the  graphical  symbol  to  which  the text extension symbol is
  2959.        attached. The text in the text extension symbol follows the text in
  2960.        the symbol to which it is attached. [2.2.7]
  2961.  
  2962.  
  2963.                time
  2964.  
  2965.  
  2966.                F |   temps (time)
  2967.  
  2968.                S |   tiempo; time
  2969.  
  2970.             Time is a sort defined in a predefined partial type definition
  2971.        for which the values are denoted as the values of real . The prede-
  2972.        fined operators  using  time  and  duration  are + and-.  [5.5.4.1,
  2973.        5.6.12]
  2974.  
  2975.  
  2976.                timer
  2977.  
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.                F |   temporisateur
  2989.  
  2990.                S |   temporizador
  2991.  
  2992.             A timer is an object, owned by a process instance ,  that  can
  2993.        be  active  or inactive . An active timer returns a timer signal to
  2994.        the owning process instance at a specified time. See also  set  and
  2995.        reset . [2.8, 5.5.4.5]
  2996.  
  2997.  
  2998.                transition
  2999.  
  3000.  
  3001.                F |   transition
  3002.  
  3003.                S |   transicion
  3004.  
  3005.             A transition is an active sequence which occurs when a process
  3006.        instance changes from one state to another. [2.6.7.1]
  3007.  
  3008.  
  3009.                transition area
  3010.  
  3011.  
  3012.                F |   zone de transition
  3013.  
  3014.                S |   area de transicion
  3015.  
  3016.             A transition area is the SDL/GR representation of a transition
  3017.        . [2.6.7.1]
  3018.  
  3019.  
  3020.                transition string
  3021.  
  3022.  
  3023.                F |   cha | ne de transition
  3024.  
  3025.                S |   cadena de transicion
  3026.  
  3027.             A transition string is a sequence of zero or  more  actions  .
  3028.        [2.6.7.1]
  3029.  
  3030.  
  3031.                transition string area
  3032.  
  3033.  
  3034.                F |   zone de cha | ne de transition
  3035.  
  3036.                F |   area de cadena de transicion
  3037.  
  3038.             A transition string area is the  SDL/GR  representation  of  a
  3039.        transition string . [2.6.7.1]
  3040.  
  3041.  
  3042.                type
  3043.  
  3044.  
  3045.  
  3046.  
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052.  
  3053.  
  3054.                F |   type
  3055.  
  3056.                S |   tipo
  3057.  
  3058.             A type is a  set  of  properties  for  entities.  Examples  of
  3059.        classes  of  types  in SDL include blocks, channels, signal routes,
  3060.        signals , and systems . [1.3.1]
  3061.  
  3062.  
  3063.                type definition
  3064.  
  3065.  
  3066.                F |   definition de type
  3067.  
  3068.                S |   definicion de tipo
  3069.  
  3070.             A type definition defines the properties of a type [1.3.1]
  3071.  
  3072.  
  3073.                undefined
  3074.  
  3075.  
  3076.                F |   indefini (undefined)
  3077.  
  3078.                S |   indefinido
  3079.  
  3080.             Undefined is a "special" value of every sort  which  indicates
  3081.        that  a  variable  of  that sort has not yet been assigned a normal
  3082.        value . See access . [5.5.2.2]
  3083.  
  3084.  
  3085.                valid input signal set
  3086.  
  3087.  
  3088.                F |   ensemble de signaux d'entree valides
  3089.  
  3090.                S |   conjunto de se~ales de entrada validas
  3091.  
  3092.             The valid input signal set of a process is  the  list  of  all
  3093.        external  signals handled by any input in the process those signals
  3094.        in signal routes leading to the process complete valid input signal
  3095.        set . [2.4.4, 2.5.2]
  3096.  
  3097.  
  3098.  
  3099.  
  3100.                valid specification
  3101.  
  3102.  
  3103.                F |   specification valide
  3104.  
  3105.                S |   especificacion valida
  3106.  
  3107.             A valid specification is a  specification  which  follows  the
  3108.        concrete syntax and static well-formedness rules . 1.3.3]
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.                value
  3121.  
  3122.  
  3123.                F |   valeur
  3124.  
  3125.                S |   valor
  3126.  
  3127.             A value of a sort is one of the values  which  are  associated
  3128.        with a variable of that sort , and which can be used with an opera-
  3129.        tor requiring a value of that sort . A value is the result  of  the
  3130.        interpretation of an expression . [2.3.3, 5.1.3]
  3131.  
  3132.  
  3133.                variable
  3134.  
  3135.  
  3136.                F |   variable
  3137.  
  3138.                S |   variable
  3139.  
  3140.             A variable is an entity owned by a process  instance  or  pro-
  3141.        cedure  instance  which  can  be associated with a value through an
  3142.        assignment statement . When accessed , a variable yields  the  last
  3143.        value which was assigned to it. [2.3.2]
  3144.  
  3145.  
  3146.                variable definition
  3147.  
  3148.  
  3149.                F |   definition de variable
  3150.  
  3151.                S |   definicion de variable
  3152.  
  3153.             A variable definition is  the  indication  that  the  variable
  3154.        names  listed  will be visible in the process, procedure or service
  3155.        containing the definition. [2.6.1.1]
  3156.  
  3157.  
  3158.                view definition
  3159.  
  3160.  
  3161.                F |   definition de visibilite
  3162.  
  3163.                S |   definicion de vision
  3164.  
  3165.             A view definition defines a  variable  identifier  in  another
  3166.        process where it has the revealed attribute . This allows the view-
  3167.        ing process to access the value of that variable .  [2.6.1.2]
  3168.  
  3169.  
  3170.                view expression
  3171.  
  3172.  
  3173.                F |   expression de vue
  3174.  
  3175.                S |   expresion de vision
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.  
  3185.  
  3186.             A view expression is used within an expression  to  yield  the
  3187.        current value of a viewed variable . [5.5.4.4]
  3188.  
  3189.  
  3190.                visibility
  3191.  
  3192.  
  3193.                F |   visibilite
  3194.  
  3195.                S |   visibilidad
  3196.  
  3197.             The visibility of an identifier is the scope units in which it
  3198.        may  be used. No two definitions in the same scope unit and belong-
  3199.        ing to the same entity class may have the same name . [2.2.2]
  3200.  
  3201.  
  3202.                well-formedness rules
  3203.  
  3204.  
  3205.                F |   regles de bonne formation
  3206.  
  3207.                S |   reglas de formacion correcta
  3208.  
  3209.             Well-formedness rules are constraints  on  a  concrete  syntax
  3210.        enforcing  static  conditions  not directly expressed by the syntax
  3211.        rules.  [1.4.1, 1.4.2]
  3212.  
  3213.  
  3214.                           (Folios anglais par Montage)
  3215.  
  3216.  
  3217.                                 Pour Montage
  3218.                         Fascicule X.1 - Dossier 360
  3219.                                    (Anglais)
  3220.  
  3221.        (FOLIOS 205 - 235: AVEC TEXTE SAISI MEP) FOLIOS 236 - 265 EXTERIEUR
  3222.  
  3223.  
  3224.  
  3225.                                    236 Fascicle X.1 - Rec. Z.100 - Annex B
  3226.  
  3227.        Fascicle X.1 - Rec. Z.100 - Annex B 237
  3228.  
  3229.  
  3230.                                    238 Fascicle X.1 - Rec. Z.100 - Annex B
  3231.  
  3232.        Fascicle X.1 - Rec. Z.100 - Annex B 239
  3233.  
  3234.  
  3235.                                    240 Fascicle X.1 - Rec. Z.100 - Annex B
  3236.  
  3237.        Fascicle X.1 - Rec. Z.100 - Annex B 241
  3238.  
  3239.  
  3240.                                    242 Fascicle X.1 - Rec. Z.100 - Annex B
  3241.  
  3242.        Fascicle X.1 - Rec. Z.100 - Annex B 243
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.        244 Fascicle X.1 - Rec. Z.100 - Annex B
  3253.  
  3254.        Fascicle X.1 - Rec. Z.100 - Annex C1 245
  3255.  
  3256.  
  3257.                                   246 Fascicle X.1 - Rec. Z.100 - Annex C1
  3258.  
  3259.        Fascicle X.1 - Rec. Z.100 - Annex C1 247
  3260.  
  3261.  
  3262.                                   248 Fascicle X.1 - Rec. Z.100 - Annex C1
  3263.  
  3264.        Fascicle X.1 - Rec. Z.100 - Annex C1 249
  3265.  
  3266.  
  3267.                                   250 Fascicle X.1 - Rec. Z.100 - Annex C1
  3268.  
  3269.        Fascicle X.1 - Rec. Z.100 - Annex C1 251
  3270.  
  3271.  
  3272.                                   252 Fascicle X.1 - Rec. Z.100 - Annex C1
  3273.  
  3274.        Fascicle X.1 - Rec. Z.100 - Annex C1 253
  3275.  
  3276.  
  3277.                                   254 Fascicle X.1 - Rec. Z.100 - Annex C1
  3278.  
  3279.        Fascicle X.1 - Rec. Z.100 - Annex C1 255
  3280.  
  3281.  
  3282.        256 Fascicle X.1 - Rec. Z.100 - Annex C1
  3283.  
  3284.  
  3285.        Fascicle X.1 - Rec. Z.100 - Annex C1 257
  3286.  
  3287.  
  3288.                                   258 Fascicle X.1 - Rec. Z.100 - Annex C1
  3289.  
  3290.        Fascicle X.1 - Rec. Z.100 - Annex C1 259
  3291.  
  3292.  
  3293.                                   260 Fascicle X.1 - Rec. Z.100 - Annex C1
  3294.  
  3295.        Fascicle X.1 - Rec. Z.100 - Annex C1 261
  3296.  
  3297.  
  3298.                                   262 Fascicle X.1 - Rec. Z.100 - Annex C1
  3299.  
  3300.        Fascicle X.1 - Rec. Z.100 - Annex C1 263
  3301.  
  3302.  
  3303.                                   264 Fascicle X.1 - Rec. Z.100 - Annex C1
  3304.  
  3305.        Fascicle X.1 - Rec. Z.100 - Annex C1 265
  3306.  
  3307.  
  3308.  
  3309.  
  3310.  
  3311.  
  3312.  
  3313.  
  3314.  
  3315.