next up previous contents
Next: Term Identifier Up: Distributed Architecture Description Language Previous: Alphabet

Terms

See Table  6 on page  [*].


 
Table 6: Term Block
term_block ::=
  term_definition | term_block
   
term_definition ::=
  ``term''
  term_identifier
  ``(''
  constant_term | variable_term | function_term
  ``)''
  ``;''
constant_term ::=
  type_identifier
  constant_value
   
variable_term ::=
  type_identifier
  variable_identifier
   
function_term ::=
  type_ identifier
  function_identifier
  ``(''
  parameter_list
  ``)''
  function_contract
   
parameter_list ::=
  variable_term | ``,'' parameter_list
   
 

A group of characters is called a term. Terms may represent constants, variables, or functions. A term is the lowest element spoken by a dagent.



 
next up previous contents
Next: Term Identifier Up: Distributed Architecture Description Language Previous: Alphabet
Ronald LeRoi Burback
1998-12-16