osate / osate2

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

Connection_Pattern #46

Closed philip-alldredge closed 12 years ago

philip-alldredge commented 12 years ago

This may be a known issue or a standard issue.

The AADL standard defines the standard property, Connection_Pattern as Connection_Pattern: list of Supported_Connection_Patterns

OSATE 2 uses the definition: Connection_Pattern: list of list of Supported_Connection_Patterns applies to (connection);

I assume this is because the standard also specifies Connection_Pattern as a multi-values list. I just came across it due to using the standard property files with a tool that doesn't support the list of list of syntax.

reteprelief commented 12 years ago

Yes, it is known. We fixed that with version 2.1 which was just approved by the committee in January of this year. OSATE supports list of lists. We still need to finish the implementation of the connection patterns in the instantiation.

Peter

-----Original Message----- From: philip-alldredge [mailto:reply@reply.github.com] Sent: Wednesday, April 11, 2012 11:16 AM To: Peter Feiler Subject: [osate2-core] Connection_Pattern (#46)

This may be a known issue or a standard issue.

The AADL standard defines the standard property, Connection_Pattern as Connection_Pattern: list of Supported_Connection_Patterns

OSATE 2 uses the definition: Connection_Pattern: list of list of Supported_Connection_Patterns applies to (connection);

I assume this is because the standard also specifies Connection_Pattern as a multi-values list. I just came across it due to using the standard property files with a tool that doesn't support the list of list of syntax.


Reply to this email directly or view it on GitHub: https://github.com/osate/osate2-core/issues/46