osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
39 stars 8 forks source link

Implement virtual bus access support in the graphical editor #2010

Closed philip-alldredge closed 4 years ago

philip-alldredge commented 5 years ago

When virtual bus access features were added to AADL, they were not added to the graphical editor. Need to add support in the palette, properties view, and anywhere else it is appropriate.

philip-alldredge commented 4 years ago

Implementation note: virtual bus access features are not treated as a separate feature category by osate. Rather, they are bus access features with a virtual flag. Since it is different in this aspect, it will make it more difficult to differentiate them. The simplest solution is to treat all bus access features the same and to add the ability to check whether it is a virtual bus access feature.