Open buzden opened 8 years ago
Closed as this has been implemented
Note: recorded means only that the corresponding element is marked in the documentation, not that it has been implemented ...
@lwrage I need your review on that. The intent seems legit, but we need to check this is valid w.r.t. the grammar we use
In OSATE we use the grammar from the current version of the annex, i.e., .
not @
, so this has not been implemented in OSATE.
In general the change looks reasonable but it would break existing models. I don't think it is worth the effort of trying to implement a solution that accepts both styles to preserve backward compatibility.
The core path is also used in applies to
for property associations. To disambiguate the grammar the core path there must be prefixed with ^
in OSATE.
Thanks; we can defer such discussion for v3 then
References from EMV2 to AADL core objects is not homogeneous: some of them use
@
sign at the border between AADL core and EMV2 worlds, some of them use dot. We propose to change the syntax to make everything look similar.We propose to replace
with
Probably
aadl2_core_path
should be used instead ofsubcomponent_identifier
in the third alternative of theerror_condition_trigger
rule.