Changes between Initial Version and Version 1 of aadlparser/isComponentType


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

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isComponentType

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