Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Questions in class and activity diagram
Questions in class and activity diagram [message #476629] Thu, 15 November 2007 13:00 Go to next message
kevin is currently offline kevinFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,

I'd like to ask questions in class and activity diagram

1. Is the Action "ApplyFunctionAction" still in use? It seems to be
deprecated in UML2. How to use other actions to express the same semantic?

2. How to create a parameterized class in uml model editor in eclipse?

3. How to express the semantics like "a.b" in activity. in which "a" is an
atribute in current instance and "b" is the attribute of "a"?


Could someone anwser these?

Zengyu
Re: Questions in class and activity diagram [message #476632 is a reply to message #476629] Thu, 15 November 2007 16:15 Go to previous messageGo to next message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 362
Registered: July 2009
Senior Member
1) AFAIK, ApplyFunctionAction has been removed, not deprecated. I use
CallBehaviorAction as a replacement.

2) Re: templates - see:

http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Defin ing_Generics_with_UML_Templates/article.html

There also some threads on the newsgroups:

http://www.google.ca/search?q=uml+template+site%3Aeclipse.or g

For example:

http://dev.eclipse.org/newslists/news.eclipse.tools.uml2/msg 02392.html
(old newsgroup)

3) Re: self.a.b in the activity diagram:

ReadStructuralFeature[structural feature = "b"] (
ReadStructuralFeature[structural feature = "a"] (
ReadSelfAction()
)
)

Finally, it is better if you split different questions into different
posts (with appropriate subjects), so it is easier for people searching
the archive to find it (and to answer as well).

Rafael

Zengyu Lu wrote:
> Hi,
>
> I'd like to ask questions in class and activity diagram
>
> 1. Is the Action "ApplyFunctionAction" still in use? It seems to be
> deprecated in UML2. How to use other actions to express the same semantic?
>
> 2. How to create a parameterized class in uml model editor in eclipse?
>
> 3. How to express the semantics like "a.b" in activity. in which "a" is
> an atribute in current instance and "b" is the attribute of "a"?
>
>
> Could someone anwser these?
>
> Zengyu
>
Re: Questions in class and activity diagram [message #476634 is a reply to message #476632] Thu, 15 November 2007 18:24 Go to previous message
kevin is currently offline kevinFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,
Many thanks. I will split the questions in the future.

Zengyu

Rafael Chaves wrote:
> 1) AFAIK, ApplyFunctionAction has been removed, not deprecated. I use
> CallBehaviorAction as a replacement.
>
> 2) Re: templates - see:
>
> http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Defin ing_Generics_with_UML_Templates/article.html
>
>
> There also some threads on the newsgroups:
>
> http://www.google.ca/search?q=uml+template+site%3Aeclipse.or g
>
> For example:
>
> http://dev.eclipse.org/newslists/news.eclipse.tools.uml2/msg 02392.html
> (old newsgroup)
>
> 3) Re: self.a.b in the activity diagram:
>
> ReadStructuralFeature[structural feature = "b"] (
> ReadStructuralFeature[structural feature = "a"] (
> ReadSelfAction()
> )
> )
>
> Finally, it is better if you split different questions into different
> posts (with appropriate subjects), so it is easier for people searching
> the archive to find it (and to answer as well).
>
> Rafael
>
> Zengyu Lu wrote:
>> Hi,
>>
>> I'd like to ask questions in class and activity diagram
>>
>> 1. Is the Action "ApplyFunctionAction" still in use? It seems to be
>> deprecated in UML2. How to use other actions to express the same
>> semantic?
>>
>> 2. How to create a parameterized class in uml model editor in eclipse?
>>
>> 3. How to express the semantics like "a.b" in activity. in which "a"
>> is an atribute in current instance and "b" is the attribute of "a"?
>>
>>
>> Could someone anwser these?
>>
>> Zengyu
>>
Re: Questions in class and activity diagram [message #625470 is a reply to message #476629] Thu, 15 November 2007 16:15 Go to previous message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 362
Registered: July 2009
Senior Member
1) AFAIK, ApplyFunctionAction has been removed, not deprecated. I use
CallBehaviorAction as a replacement.

2) Re: templates - see:

http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Defin ing_Generics_with_UML_Templates/article.html

There also some threads on the newsgroups:

http://www.google.ca/search?q=uml+template+site%3Aeclipse.or g

For example:

http://dev.eclipse.org/newslists/news.eclipse.tools.uml2/msg 02392.html
(old newsgroup)

3) Re: self.a.b in the activity diagram:

ReadStructuralFeature[structural feature = "b"] (
ReadStructuralFeature[structural feature = "a"] (
ReadSelfAction()
)
)

Finally, it is better if you split different questions into different
posts (with appropriate subjects), so it is easier for people searching
the archive to find it (and to answer as well).

Rafael

Zengyu Lu wrote:
> Hi,
>
> I'd like to ask questions in class and activity diagram
>
> 1. Is the Action "ApplyFunctionAction" still in use? It seems to be
> deprecated in UML2. How to use other actions to express the same semantic?
>
> 2. How to create a parameterized class in uml model editor in eclipse?
>
> 3. How to express the semantics like "a.b" in activity. in which "a" is
> an atribute in current instance and "b" is the attribute of "a"?
>
>
> Could someone anwser these?
>
> Zengyu
>
Re: Questions in class and activity diagram [message #625472 is a reply to message #476632] Thu, 15 November 2007 18:24 Go to previous message
kevin is currently offline kevinFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,
Many thanks. I will split the questions in the future.

Zengyu

Rafael Chaves wrote:
> 1) AFAIK, ApplyFunctionAction has been removed, not deprecated. I use
> CallBehaviorAction as a replacement.
>
> 2) Re: templates - see:
>
> http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Defin ing_Generics_with_UML_Templates/article.html
>
>
> There also some threads on the newsgroups:
>
> http://www.google.ca/search?q=uml+template+site%3Aeclipse.or g
>
> For example:
>
> http://dev.eclipse.org/newslists/news.eclipse.tools.uml2/msg 02392.html
> (old newsgroup)
>
> 3) Re: self.a.b in the activity diagram:
>
> ReadStructuralFeature[structural feature = "b"] (
> ReadStructuralFeature[structural feature = "a"] (
> ReadSelfAction()
> )
> )
>
> Finally, it is better if you split different questions into different
> posts (with appropriate subjects), so it is easier for people searching
> the archive to find it (and to answer as well).
>
> Rafael
>
> Zengyu Lu wrote:
>> Hi,
>>
>> I'd like to ask questions in class and activity diagram
>>
>> 1. Is the Action "ApplyFunctionAction" still in use? It seems to be
>> deprecated in UML2. How to use other actions to express the same
>> semantic?
>>
>> 2. How to create a parameterized class in uml model editor in eclipse?
>>
>> 3. How to express the semantics like "a.b" in activity. in which "a"
>> is an atribute in current instance and "b" is the attribute of "a"?
>>
>>
>> Could someone anwser these?
>>
>> Zengyu
>>
Previous Topic:Questions in class and activity diagram
Next Topic:How to programmatically add an element as an owned element of another
Goto Forum:
  


Current Time: Wed Sep 18 22:20:13 GMT 2024

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

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

Back to the top