| | 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 | |
| | 15 | notes: |
| | 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) |