osate / osate2

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

AbstractConnectionEnd cannot be resolved #379

Closed spmiller2055 closed 10 years ago

spmiller2055 commented 10 years ago

The class AbstractConnectionEnd cannot be resolved in the current version of OSATE. Is there a class that should be used instead?

juli1 commented 10 years ago

Hi Steve, Look at https://wiki.sei.cmu.edu/aadl/index.php/Metamodel_updates . It states: "Metaclass AbstractConnectionEnd was removed because it has ConnectionEnd as its only subclass." So, I assume you can use ConnectionEnd directly. Please reopen if required.