Closed lwrage closed 9 years ago
The following is not an error!
feature group fg1
features
b1: requires bus access mybus;
d1: out data port;
end fg1;
feature group fg2
inverse of fg1
end fg2;
The AADL text editor does not detect that the features in fg2 don't have the opposite direction of the corresponding features in fg1.