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

Pages: [1] 2
1
General Board / Re: Microsoft .NET Remote Debug
« on: February 28, 2006, 02:50:24 am »
Quote
We plan to add debugging support for C++ (and ideally the other languages we support) but it takes time.


What are the chances of Delphi?

Thanks

2
General Board / Splitting diagram - duplicate elements
« on: November 30, 2005, 04:15:31 am »
Hi all,

I'm facing following situation. In my scenario diagram I'm describing system response on multiple inputs. Now I would like to split the diagram into more diagrams - I know it is possible using the copy feature, but ...

... but I have got duplicate elements (lifelines) with same name when copying the diagram into same package. The elements are mostly the same in both diagrams. My idea is not to loose the already existing scenario parts, but put them into sperate diagrams only.

I know it is not proper procedure, because there shall be more different UseCases. But in this stage I'm describing the already existing system and have no use case diagrams.
 
Thank you in advance
 

3
General Board / Re: Changing class in interaction diagram
« on: November 10, 2005, 12:28:54 am »
Thanks Simon,

Now it is clear why I did not see it before - I tried the procedure on some test diagram and have done something wrong before so this item does not appear in the menu (the lifeline name is not underlined here). But on the meant diagram it works.

The copied diagrams are not exactly same - my intent is to point out also the dynamical differencies between the classes not only the static (described in the class diagram).

Thanks again.
Martin

4
General Board / Changing class in interaction diagram
« on: November 09, 2005, 12:45:12 am »
Hi all,

I would like to ask you for help with following. I have an interaction diagram not very simple with about 8 lifelines (objects).
In the next version of the project one of the parcticipating classes becomes abstract and 3 concrete classes are derived of it. Now I would like to have 3 copies of the original diagram (no problem) and change the class (now abstract) of the object to the particular concrete class different in each new diagram.

I did not found the way how to change the object's class in the interaction diagram.

Or is this wrong approach?

Thanks,
Martin  

5
Uml Process / Re: Boundary, Controller, Entity - generalizable?
« on: February 22, 2006, 01:40:49 am »
THANKS!

Clear now - I oversee I'm working with objects, not classes in my diagram!

How can I suspect EA/UML? ;)

Also thanks for the Perspective hint, but I will keep the toolboxes as they are to prevent another confusions ...

6
Uml Process / Boundary, Controller, Entity - generalizable?
« on: February 21, 2006, 04:18:56 am »
Hi all,

I think the core of my question is in the subject.

1) In the ZicomMentor is written these stereotyped classes are generalizable.

2)
  A) the generalization connection is not present in the Analysis toolbox
  B) draving the associacion causes"The requested connection is not UML compliant"

Little bit confusing ...

7
Quote
I was successful with similar activity in the case of the attribute / property but not with the class name.



Solved already -  renaming was made too early!

8
Hi all,

After some time I'm back with specific problem. I would like to add a prefix ('T') to the class name during transformation. So my analytical (PIM) class is 'Section' and the PSM class is 'TSection' for example.

I was successful with similar activity in the case of the attribute / property but not with the class name.

I'm using the C# transformation templates as base as suggested here already.

Thanks in advance for a tip.

9
Thanks!
I have found this topic in the help doc before asking here, but was not able to find "Delphi_Transform_Template" item in the list  :-/

CLEAR NOW!

10
You're right, why not?

I did a try. I defined the NewTransformation type Delphi in the language combo. Basic set of (empty) templates was accessible then. I copied the first 5 templates contents from the C# and saved them - these 5 templates are marked being modified.

But Delphi language is accessible inside this project only. How to make this transformation accessible also in other projects?
(EA 6.0, build 779)

11
Hi Simon,

OK, I was only wondering "why not?", when Delphi is supported language in source code generation ...

Reading my previous post I would like to excuse me for litlle bit agressive accent, what was NOT meant anyhow!
It was meant absolutely neutral in emotions.

So let me put another question:

"Is anybody else interested in such transformation?"

Martin

12
Hi all,

can sombody explain to me why this transformation is not supported?

Can we expect it in "historical short time" or this item is not included in EA project roadmap?

Thanks,
Martin


13
GREAT!

Downloaded & checked - it works!

14
Hello again!

Working with this feature I found another problem connected with this.

When reversing the source containing method with this "OVERRIDE =True" tag added value the PURE checkbox is set.  When generated next time  the 'virtual' directive is added also:

'procedure MyMethod; virtual; override;'

instead of

'procedure MyMethod; override;'

Can be this solved in other way than uncheck the PURE manually?

Thanks.



15
Thanks Simon!

I thought it is somehow possible because I was looking into the generating template. When you make me sure I've found out the proper way to add the Tag.

Pages: [1] 2