i have an association. In the EA(8.0) Properties Dialog at the Tab "Source Role" i set the property Navigability = Navigable. 1. But my Association is not navigable:
Xpand Code:
Direction is not a property of UML model. This is somerthing internal of EA.
In UML there is no "direction". An association has two or more ends. Each end could be navigable, non-navigable or not defined. If it's navigable in the classifier of the oposite end a property is added. So if you need a direction, you have to find it out yourself.
Qualifiers are not supported yet. If you need them, pleas add a feature request.
:-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i have an association. In the EA(8.0) Properties Dialog at the Tab "Source Role" i set the property Navigability = Navigable. 1. But my Association is not navigable:
Xpand Code:
oh sorry could you edit my code tags, they are wrong.
Hi Micheal
EA_Exporter export the navigability information.
Here is an extension that works for me
This extension is available in the exporter as following:
Hope this helps.
Ueli
Oh, now I see why it isn't working.
You use ownedEnd() instead of memberEnd().
ownedEnd() are for associations where navigability is not set!!
Ueli
Ahhhh nice =) that works =) if i use memberEnd()…
But how does i get my other information? The qualifiers and the direction?
Direction is not a property of UML model. This is somerthing internal of EA.
In UML there is no "direction". An association has two or more ends. Each end could be navigable, non-navigable or not defined. If it's navigable in the classifier of the oposite end a property is added. So if you need a direction, you have to find it out yourself.
Qualifiers are not supported yet. If you need them, pleas add a feature request.
:-)
thanks =)…
i done a feature request.
Can you estimate the time, when the next realease is available (with the qualifiers?
Hi Michael
I'm working on it and I hope it will be finished until end of this week. Then I prepare a release for you for testing.
Regards