Hi!

-------- Original-Nachricht --------
> Datum: Thu, 16 Apr 2009 14:07:50 -0400
> Von: Tom Morris <[email protected]>
> An: [email protected]
> Betreff: Re: [argouml-dev] Workaround for tagged values in eUML version

--<snip>--
 
> That's primarily an issue for upgrading UML 1.4 projects to UML 2.x.
> A good implementation for getTaggedValues with UML 2.x would be to get
> all attributes of all applied stereotypes.

I'd rather recommend to add another method getAllAttributes (or so)....

--<snip>--
 
> The best solution would be to implement this missing method.  If you
> think that the right solution for UML 2.x is a different UI than
> currently exists, then the correct thing to do is conditionalize the
> UI based on the version of UML implemented using
> Facade.getUmlVersion().

Something like:
=========
if (Facade.getUmlVersion() < 2) {
  add(new  TabTaggedValues());
} else {
  add(new TagAttributes());
}
=========
Yeah...I think, that's the best solution for now...
 
> As far as SVN goes, Mark gave good tips for Eclipse (especially the
> use of Mylyn), but you can also use the command line SVN to diff
> things if you're more comfortable with that.

Thanks for the tips! I'll look after that when Thomas is back...

Ciao,
Andreas

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1764364

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]]

Reply via email to