Changes between Initial Version and Version 1 of aadlparser/isBAModeExpression


Ignore:
Timestamp:
Apr 13, 2017 10:10:32 AM (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isBAModeExpression

    v1 v1  
     1
     2'''isBAModeExpression/10'''
     3
     4 * 'NIL'|package_name
     5 * component_type_identifier
     6 * 'NIL'|component_implementation_identifier
     7 * annex_identifier
     8 * transition_identifier
     9 * expression_identifier
     10 * '(' | operand1
     11 * 'AND'|'OR'|'XOR'|'AND THEN'|'OR ELSE'
     12 * ')' | operand2
     13 * line number (integer)
     14
     15notes:
     16
     17 * New in BA 2.0