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 - Uwe Krüger

Pages: [1]
1
General Board / Re: Provided Interface versus Interface?
« on: September 11, 2012, 12:47:30 am »
Thank you very much, this is what I was looking for and couldn't see right in front of my nose!

2
General Board / Re: Provided Interface versus Interface?
« on: September 10, 2012, 09:25:32 pm »
What exactly does it mean, when you say:

"In a complete model each Provided Interface actually links to a "real" interface, "

is there any actual link? I can select a "real interface" when defining an exposed interfaced, then an interface with the same name is made inside the component. But then how do I get back to the "real interface"? I do not see any link, should I? So its only by name? But that can be changed, especially if I don't see, where the interface is used.

Regards
Uwe

3
Automation Interface, Add-Ins and Tools / Re: Auto Counter table
« on: August 03, 2012, 05:21:11 am »
Thank you so much!

As I'm in Germany I'm not in office right now, but I will try it tomorrow. With your information I think I can handle it.

Warm regards
Uwe

4
Automation Interface, Add-Ins and Tools / Auto Counter table
« on: August 03, 2012, 02:13:52 am »
Hi all.

We are using Auto Names and Counters functionality to create Names and IDs (in the Alias Field) for requirements.

When creating some requirements with a script (based on old ones, that have no number) the auto-numbering is not generating the respective parts of the Name. We have a workaround for this, doing our own auto-counting in a separate number-area. Its o.k. that all the numbers for automatically generated Requirements are 9xxx. But unfortunately while the counter for the name is not altered at all, the counter for the Alias gets increased by every Requirement created from Script.

So when the numbers are say 0456 in both counters and you create 7 Requirements by script, after that operation the counter for name is still 0456, but the counter for the alias (our ID) is 463.

Now I would like to correct the counter from within a script. Has anyone an idea in which table I have to look?

Thx
Uwe

5
Thank you. This is what I was looking for, works fine for me.

6
Automation Interface, Add-Ins and Tools / UML Profiles and Scripts
« on: July 31, 2012, 05:21:07 pm »
We use UML Profiles with tagged values. For an element with the UML Profile applied, I can access the tagged values in a script, identification can be done by the (readonly) FQName “Namespace::Name”. But how can I apply the UML Profile from within a script. Setting the stereotype doesn’t help, as I cannot add the tagged values with the right FQName. As a workaround I have split my script into two and I run the first script, then apply the Profile, then run the second script, but I think there should be a better way.  

Can anyone give me a clue?

Thanks in advance
Uwe

Pages: [1]