The obvious problem with running argouml with the current euml
implementation is that when drawing a unidirectional association the
arrow appears in the wrong direction.
Is this a problem with the euml implmentation of the model interface
where the implementation has been reversed or is some problem with the
GUI where eventsback from the model are not interpreted correctly?
The model interface method buildConnection is described as follows
* @param connectionType the UML object type of the connection
* @param fromElement the UML object for the "from" element
* @param fromStyle the aggregationkind for the connection
* in case of an association
* @param toElement the UML object for the "to" element
* @param toStyle the aggregationkind for the connection
* in case of an association
* @param unidirectional for association and associationrole
* @param namespace the namespace to use if it can't be determined
* @return the newly build connection (UML object)
Although its not actually specified I'd have thought it clear that
unidirectional should be from fromElement to toElement.
If this is the euml model interpretting this differently is there a
reason for this?
Regards
Bob.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2384919
To unsubscribe from this discussion, e-mail:
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email:
[[email protected]]