Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - larmue

Pages: [1]
1
General Board / Creating Signals in Sequence Diagrams as methods
« on: July 14, 2006, 05:22:10 am »
Hi,

I want to do the following : having a sequence diagram and creating messages I want them to appear in the class I use as an actor. There is a operations button in the Message Properties dialog but as long as there is no method available yet pushing it doesn't have any effect. If there is a method in the class you can create methods and use them as messages. This avoids you the double effort in creating methods for the classes you design. So I guess this can be regarded as a bug and I would appreciate if you resolve this in the next version.

Thanks and regards, Lars Müller

2
General Board / default constructor
« on: June 21, 2006, 05:50:09 am »
Hi,

using C#-code generation within EA I am looking for an opportunity to switch off the generation of the default constructor and destructor (like public classname () {})

Thanks in advance, Lars

3
General Board / Re: attaching property to aggregated member
« on: June 13, 2006, 01:58:32 am »
the role is named of course. I create a method with property stereotype but the connection between the two, how can I define it ? The generated sourcecode is : get{ return <unknown>; }

Thanks, Lars Müller

4
General Board / attaching property to aggregated member
« on: June 13, 2006, 01:26:39 am »
Hi,

having explicitely modelled the aggregation or composition between two classes I now need a property that returns the aggregated object. I can define a method with stereotype <<property>> but where and how can I define the instance it should return?

Thanks for any help,
Lars Müller

5
General Board / wrong using statements
« on: June 13, 2006, 01:07:12 am »
Hi,

we are trying to generate sourcecode from a UML model. Existing C# sourcecode has been imported and the classes included there are being referenced by the new classes we try to generate the sourcecode for. Say the referenced class is in 'package.subpackage' the generated sourcecode has a line 'using subpackage.*' which is quite wrong since the path doesn't include the upmost level. When dragging the imported class from project view to the classmodel it also seems to be wrong (it's name is only subpackage.classname).

We haven't modified any of the code generating templates so far.

Any help and hints welcome.

Regards, Lars Müller

Pages: [1]