Changes between Initial Version and Version 1 of aadlparser/isConnection


Ignore:
Timestamp:
04/12/17 16:32:18 (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isConnection

    v1 v1  
     1
     2'''isConnection/10'''
     3
     4 * 'NIL'|'FEATURE'|'PORT'|'FEATURE GROUP'|'ACCESS'|'PARAMETER'
     5 * 'NIL'|package_name
     6 * component_type_identifier
     7 * component_implementation_identifier
     8 * (connection) identifier
     9 * source_reference
     10 * '->>'|'->'|'<->'
     11 * destination_reference
     12 * 'NIL'|'REFINED TO'
     13 * line number (integer)
     14
     15notes:
     16
     17 * package_name is mandatory for AADL v2 (warning message 001)
     18 * delayed connection symbol ->> is not allowed for AADL v2 (warning message 010)
     19 * first parameter must not be NIL for AADL v2.1 (warning message 020)
     20 * connection identifier is mandatory for AADL v2.1 (warning message 021)