Changes between Initial Version and Version 1 of aadlparser/isComponentImplementation


Ignore:
Timestamp:
04/12/17 15:40:31 (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isComponentImplementation

    v1 v1  
     1
     2'''isComponentImplementation/8'''
     3
     4 * 'NIL'|package_name
     5 * 'NIL'|'PUBLIC'|'PRIVATE'
     6 * component_type_identifier
     7 * (component implementation) identifier
     8 * component_category
     9 * 'NIL'|ancestor_type_reference
     10 * 'NIL'|ancestor_implementation_reference
     11 * line number (integer)
     12
     13notes:
     14
     15 * package_name is mandatory for AADL v2 (warning message 001)
     16 * NIL is not a valid value for scope (warning message 002)