Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Properties for applied stereotypes
Properties for applied stereotypes [message #471137] Mon, 11 June 2007 12:57 Go to next message
Tor Neple is currently offline Tor NepleFriend
Messages: 57
Registered: July 2009
Member
Hello

First; great work on adding the sterotype support in the latest version!
I now only miss one thing; the possibility to set the values for
attributes of the applied stereotype (what was called tagged-values back
in the days).

Currently the only way I am able to set these values it through the
property view of an element using the tree-editor from the UML2 project.
I guess what I need is a similar functionality in the property-view
for an element selected in a UML2Tools diagram.

Best regards

Tor
Re: Properties for applied stereotypes [message #471143 is a reply to message #471137] Tue, 12 June 2007 08:23 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Tor!

I am absolutely agree with you, tagged-values is a very important feauture.
But there are some technical problems in its implementation in diagram
editor. We do our best :)

Best wishes,
Tatiana.

"Tor Neple" <tor.neple@sintef.no> wrote in message
news:f4jgrf$37b$1@build.eclipse.org...
> Hello
>
> First; great work on adding the sterotype support in the latest version! I
> now only miss one thing; the possibility to set the values for attributes
> of the applied stereotype (what was called tagged-values back in the
> days).
>
> Currently the only way I am able to set these values it through the
> property view of an element using the tree-editor from the UML2 project. I
> guess what I need is a similar functionality in the property-view for an
> element selected in a UML2Tools diagram.
>
> Best regards
>
> Tor
Re: Properties for applied stereotypes [message #471149 is a reply to message #471143] Tue, 12 June 2007 15:54 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Tatiana,
It should be relatively easy to augment the current Properties tab to
include stereotype property/value pairs, without any change to the
diagram editor. Look at how this is done in the UML2 tree editor. Too
late now for this release, but after end of June I can add a patch for this.

Dave

Tatiana Fesenko wrote:
> Hi Tor!
>
> I am absolutely agree with you, tagged-values is a very important feauture.
> But there are some technical problems in its implementation in diagram
> editor. We do our best :)
>
> Best wishes,
> Tatiana.
>
> "Tor Neple" <tor.neple@sintef.no> wrote in message
> news:f4jgrf$37b$1@build.eclipse.org...
>> Hello
>>
>> First; great work on adding the sterotype support in the latest version! I
>> now only miss one thing; the possibility to set the values for attributes
>> of the applied stereotype (what was called tagged-values back in the
>> days).
>>
>> Currently the only way I am able to set these values it through the
>> property view of an element using the tree-editor from the UML2 project. I
>> guess what I need is a similar functionality in the property-view for an
>> element selected in a UML2Tools diagram.
>>
>> Best regards
>>
>> Tor
>
>
Re: Properties for applied stereotypes [message #471152 is a reply to message #471149] Tue, 12 June 2007 19:30 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Dave,

The complication is in the fact that code shoud be GMF-generated with some
patches applied to dymamic templates.
Anyway, welcome! To have such a feature in a Diagram Editor would be really
great!

Best regards,
Tatiana.

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4mfjo$u1p$1@build.eclipse.org...
> Tatiana,
> It should be relatively easy to augment the current Properties tab to
> include stereotype property/value pairs, without any change to the diagram
> editor. Look at how this is done in the UML2 tree editor. Too late now
> for this release, but after end of June I can add a patch for this.
>
> Dave
>
> Tatiana Fesenko wrote:
>> Hi Tor!
>>
>> I am absolutely agree with you, tagged-values is a very important
>> feauture. But there are some technical problems in its implementation in
>> diagram editor. We do our best :)
>>
>> Best wishes,
>> Tatiana.
>>
>> "Tor Neple" <tor.neple@sintef.no> wrote in message
>> news:f4jgrf$37b$1@build.eclipse.org...
>>> Hello
>>>
>>> First; great work on adding the sterotype support in the latest version!
>>> I now only miss one thing; the possibility to set the values for
>>> attributes of the applied stereotype (what was called tagged-values back
>>> in the days).
>>>
>>> Currently the only way I am able to set these values it through the
>>> property view of an element using the tree-editor from the UML2 project.
>>> I guess what I need is a similar functionality in the property-view for
>>> an element selected in a UML2Tools diagram.
>>>
>>> Best regards
>>>
>>> Tor
>>
Re: Properties for applied stereotypes [message #471154 is a reply to message #471152] Tue, 12 June 2007 19:39 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Hi Tatiana,
To get a good end-user UML modeling tool, I am expecting that most or
all of the Properties view tabs will need to be written using custom
code. I'll see what kinds of magic you can create using GMF-generated
code, but after the June release I'll start creating custom properties
tabs to improve usability...

Dave

>
> The complication is in the fact that code shoud be GMF-generated with some
> patches applied to dymamic templates.
> Anyway, welcome! To have such a feature in a Diagram Editor would be really
> great!
Re: Properties for applied stereotypes [message #471156 is a reply to message #471154] Tue, 12 June 2007 20:49 Go to previous messageGo to next message
Tor Neple is currently offline Tor NepleFriend
Messages: 57
Registered: July 2009
Member
I guess the same would be needed for parameter lists for operations....

Is there not a feature in the "GMF experimental SDK" that allows for
creation of custom tabs?

Again; keep up the great work !

Tor

Dave Carlson wrote:
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or
> all of the Properties view tabs will need to be written using custom
> code. I'll see what kinds of magic you can create using GMF-generated
> code, but after the June release I'll start creating custom properties
> tabs to improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
Re: Properties for applied stereotypes [message #471163 is a reply to message #471154] Wed, 13 June 2007 13:18 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Dave,

Your thoughts of usability sound very interesting for me as you have a
strong expirience with UML. What other areas of our functionality would you
improve?

Thanks in advance,
Tatiana.

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4msos$3bn$1@build.eclipse.org...
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or all
> of the Properties view tabs will need to be written using custom code.
> I'll see what kinds of magic you can create using GMF-generated code, but
> after the June release I'll start creating custom properties tabs to
> improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
Re: Properties for applied stereotypes [message #475277 is a reply to message #471163] Wed, 06 August 2008 10:29 Go to previous message
Tor Neple is currently offline Tor NepleFriend
Messages: 57
Registered: July 2009
Member
Hello again

I was just wondering whether there has been any progress on this issue
lately? I have searched Bugzilla to the best of my abilities, but cannot
find a bug related to this. Should I file one?

Regards


Tor

Tatiana Fesenko wrote:
> Hi Dave,
>
> Your thoughts of usability sound very interesting for me as you have a
> strong expirience with UML. What other areas of our functionality would you
> improve?
>
> Thanks in advance,
> Tatiana.
>
> "Dave Carlson"<dcarlson@xmlmodeling.com> wrote in message
> news:f4msos$3bn$1@build.eclipse.org...
>> Hi Tatiana,
>> To get a good end-user UML modeling tool, I am expecting that most or all
>> of the Properties view tabs will need to be written using custom code.
>> I'll see what kinds of magic you can create using GMF-generated code, but
>> after the June release I'll start creating custom properties tabs to
>> improve usability...
>>
>> Dave
>>
>>> The complication is in the fact that code shoud be GMF-generated with
>>> some patches applied to dymamic templates.
>>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>>> really great!
>
>
Re: Properties for applied stereotypes [message #597693 is a reply to message #471137] Tue, 12 June 2007 08:23 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Tor!

I am absolutely agree with you, tagged-values is a very important feauture.
But there are some technical problems in its implementation in diagram
editor. We do our best :)

Best wishes,
Tatiana.

"Tor Neple" <tor.neple@sintef.no> wrote in message
news:f4jgrf$37b$1@build.eclipse.org...
> Hello
>
> First; great work on adding the sterotype support in the latest version! I
> now only miss one thing; the possibility to set the values for attributes
> of the applied stereotype (what was called tagged-values back in the
> days).
>
> Currently the only way I am able to set these values it through the
> property view of an element using the tree-editor from the UML2 project. I
> guess what I need is a similar functionality in the property-view for an
> element selected in a UML2Tools diagram.
>
> Best regards
>
> Tor
Re: Properties for applied stereotypes [message #597718 is a reply to message #471143] Tue, 12 June 2007 15:54 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Tatiana,
It should be relatively easy to augment the current Properties tab to
include stereotype property/value pairs, without any change to the
diagram editor. Look at how this is done in the UML2 tree editor. Too
late now for this release, but after end of June I can add a patch for this.

Dave

Tatiana Fesenko wrote:
> Hi Tor!
>
> I am absolutely agree with you, tagged-values is a very important feauture.
> But there are some technical problems in its implementation in diagram
> editor. We do our best :)
>
> Best wishes,
> Tatiana.
>
> "Tor Neple" <tor.neple@sintef.no> wrote in message
> news:f4jgrf$37b$1@build.eclipse.org...
>> Hello
>>
>> First; great work on adding the sterotype support in the latest version! I
>> now only miss one thing; the possibility to set the values for attributes
>> of the applied stereotype (what was called tagged-values back in the
>> days).
>>
>> Currently the only way I am able to set these values it through the
>> property view of an element using the tree-editor from the UML2 project. I
>> guess what I need is a similar functionality in the property-view for an
>> element selected in a UML2Tools diagram.
>>
>> Best regards
>>
>> Tor
>
>
Re: Properties for applied stereotypes [message #600309 is a reply to message #471149] Tue, 12 June 2007 19:30 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Dave,

The complication is in the fact that code shoud be GMF-generated with some
patches applied to dymamic templates.
Anyway, welcome! To have such a feature in a Diagram Editor would be really
great!

Best regards,
Tatiana.

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4mfjo$u1p$1@build.eclipse.org...
> Tatiana,
> It should be relatively easy to augment the current Properties tab to
> include stereotype property/value pairs, without any change to the diagram
> editor. Look at how this is done in the UML2 tree editor. Too late now
> for this release, but after end of June I can add a patch for this.
>
> Dave
>
> Tatiana Fesenko wrote:
>> Hi Tor!
>>
>> I am absolutely agree with you, tagged-values is a very important
>> feauture. But there are some technical problems in its implementation in
>> diagram editor. We do our best :)
>>
>> Best wishes,
>> Tatiana.
>>
>> "Tor Neple" <tor.neple@sintef.no> wrote in message
>> news:f4jgrf$37b$1@build.eclipse.org...
>>> Hello
>>>
>>> First; great work on adding the sterotype support in the latest version!
>>> I now only miss one thing; the possibility to set the values for
>>> attributes of the applied stereotype (what was called tagged-values back
>>> in the days).
>>>
>>> Currently the only way I am able to set these values it through the
>>> property view of an element using the tree-editor from the UML2 project.
>>> I guess what I need is a similar functionality in the property-view for
>>> an element selected in a UML2Tools diagram.
>>>
>>> Best regards
>>>
>>> Tor
>>
Re: Properties for applied stereotypes [message #600313 is a reply to message #471152] Tue, 12 June 2007 19:39 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Hi Tatiana,
To get a good end-user UML modeling tool, I am expecting that most or
all of the Properties view tabs will need to be written using custom
code. I'll see what kinds of magic you can create using GMF-generated
code, but after the June release I'll start creating custom properties
tabs to improve usability...

Dave

>
> The complication is in the fact that code shoud be GMF-generated with some
> patches applied to dymamic templates.
> Anyway, welcome! To have such a feature in a Diagram Editor would be really
> great!
Re: Properties for applied stereotypes [message #600321 is a reply to message #471154] Tue, 12 June 2007 20:49 Go to previous message
Tor Neple is currently offline Tor NepleFriend
Messages: 57
Registered: July 2009
Member
I guess the same would be needed for parameter lists for operations....

Is there not a feature in the "GMF experimental SDK" that allows for
creation of custom tabs?

Again; keep up the great work !

Tor

Dave Carlson wrote:
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or
> all of the Properties view tabs will need to be written using custom
> code. I'll see what kinds of magic you can create using GMF-generated
> code, but after the June release I'll start creating custom properties
> tabs to improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
Re: Properties for applied stereotypes [message #600345 is a reply to message #471154] Wed, 13 June 2007 13:18 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Dave,

Your thoughts of usability sound very interesting for me as you have a
strong expirience with UML. What other areas of our functionality would you
improve?

Thanks in advance,
Tatiana.

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:f4msos$3bn$1@build.eclipse.org...
> Hi Tatiana,
> To get a good end-user UML modeling tool, I am expecting that most or all
> of the Properties view tabs will need to be written using custom code.
> I'll see what kinds of magic you can create using GMF-generated code, but
> after the June release I'll start creating custom properties tabs to
> improve usability...
>
> Dave
>
>>
>> The complication is in the fact that code shoud be GMF-generated with
>> some patches applied to dymamic templates.
>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>> really great!
Re: Properties for applied stereotypes [message #621789 is a reply to message #471163] Wed, 06 August 2008 10:29 Go to previous message
Tor Neple is currently offline Tor NepleFriend
Messages: 57
Registered: July 2009
Member
Hello again

I was just wondering whether there has been any progress on this issue
lately? I have searched Bugzilla to the best of my abilities, but cannot
find a bug related to this. Should I file one?

Regards


Tor

Tatiana Fesenko wrote:
> Hi Dave,
>
> Your thoughts of usability sound very interesting for me as you have a
> strong expirience with UML. What other areas of our functionality would you
> improve?
>
> Thanks in advance,
> Tatiana.
>
> "Dave Carlson"<dcarlson@xmlmodeling.com> wrote in message
> news:f4msos$3bn$1@build.eclipse.org...
>> Hi Tatiana,
>> To get a good end-user UML modeling tool, I am expecting that most or all
>> of the Properties view tabs will need to be written using custom code.
>> I'll see what kinds of magic you can create using GMF-generated code, but
>> after the June release I'll start creating custom properties tabs to
>> improve usability...
>>
>> Dave
>>
>>> The complication is in the fact that code shoud be GMF-generated with
>>> some patches applied to dymamic templates.
>>> Anyway, welcome! To have such a feature in a Diagram Editor would be
>>> really great!
>
>
Previous Topic:Import and Export from/to Enterprise Architect?
Next Topic:Nesting ActivityNodes Inside Activities
Goto Forum:
  


Current Time: Fri Apr 19 20:48:57 GMT 2024

Powered by FUDForum. Page generated in 0.03640 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top