Bug 392134 - [Alf] Read links are not supported
Summary: [Alf] Read links are not supported
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 03:13 EDT by Arnaud Cuccuru CLA
Modified: 2017-09-12 10:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arnaud Cuccuru CLA 2012-10-17 03:13:52 EDT
Consider a model containing an Association A, with two ends x and y. When writing statements for reading links corresponding to A, the following problems occur:
- A::x(yObject)   // Semantic analysis tries to resolve A as an Enumeration
- A.x(yObject) // Semantic analysis tries to resolve 'x' as an operation for classifier A (which means that A is resolved, but not interprated as an Association).