Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

resolving containment path with error types #119

Closed
reteprelief opened this issue Jan 10, 2017 · 1 comment
Closed

resolving containment path with error types #119

reteprelief opened this issue Jan 10, 2017 · 1 comment
Assignees

Comments

@reteprelief
Copy link
Contributor

The containment path issue is an interesting one.
An error event (or error propagation) refers to an error type with subtypes or a named type set with element.
The property association wants to attach a property value to a subtype or element in the type set. The scope implementation currently only resolves the type referenced in the error event (or error propagation) but does not recognize the subtype or element of the type set.

For examples see examples in Github.
One example is safetyTutorial GPSSystem/aadl - it has two places marked as TODO. (type set element example).
Another example is ARP4761/misc/functional-initial.aadl (subtype example).

@reteprelief
Copy link
Contributor Author

See also main.aadl in ARP4761/advanced

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants