Hi!

-------- Original-Nachricht --------
> Datum: Tue, 16 Mar 2010 15:14:30 +0100
> Von: Andreas Rueckert <[email protected]>
> An: [email protected]
> Betreff: Re: [argouml-dev] Proposal for release 0.30.1

 
> I guess, the raised exceptions are in fact the raised signals in
> UML2, so the body of the getRaisedExceptions method could be
> copied to getRaisedSignals so far?

With this version:
==============
    public Collection getRaisedSignals(Object handle) {
        if (handle instanceof Operation) {
            return ((Operation)handle).getRaisedExceptions();
        }
        throw new NotYetImplementedException();
    }
==============

, I get the parameter added and it's in the XMI:

http://uml-web-dev.thruhere.net/downloads/testmodels/tplCgTest1.xmi

Ciao,
Andreas

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

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

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