Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Re: Problems with creating simple UML2 class diagram
Re: Problems with creating simple UML2 class diagram [message #475885] Mon, 24 November 2008 14:46 Go to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Milan,

I assume you're using the UML2 Tools component? If so, please direct your
question to the eclipse.modeling.mdt.uml2tools newsgroup (copied).

Kenn

"Milan Milanovich" <milanmilanovich@yahoo.com> wrote in message
news:2f918f1afe7fde060fa0e23cd164112c$1@www.eclipse.org...
> Hi,
>
> I need to create simple UML2 diagram with Eclipse Ganymede UML2 (2.2.1)
> plug-in. But, I have two problems. First, I cannot find Date and Double as
> Primitive types ? Second, when I draw association between two classes, I
> cannot change names of their association ends ?
>
> --
> Thx, Milan
>
Re: Problems with creating simple UML2 class diagram [message #475927 is a reply to message #475885] Mon, 24 November 2008 15:11 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Yes Kenn, that's right. Thank you.

--
Milan

Kenn Hussey wrote:

> Milan,

> I assume you're using the UML2 Tools component? If so, please direct your
> question to the eclipse.modeling.mdt.uml2tools newsgroup (copied).

> Kenn

> "Milan Milanovich" <milanmilanovich@yahoo.com> wrote in message
> news:2f918f1afe7fde060fa0e23cd164112c$1@www.eclipse.org...
>> Hi,
>>
>> I need to create simple UML2 diagram with Eclipse Ganymede UML2 (2.2.1)
>> plug-in. But, I have two problems. First, I cannot find Date and Double as
>> Primitive types ? Second, when I draw association between two classes, I
>> cannot change names of their association ends ?
>>
>> --
>> Thx, Milan
>>
Re: Problems with creating simple UML2 class diagram [message #475928 is a reply to message #475927] Mon, 24 November 2008 18:50 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Hi,

I need to create simple UML2 diagram with Eclipse Ganymede UML2 (2.2.1)
plug-in. But, I have two problems. First, I cannot find Date and Double as
Primitive types ? Second, when I draw association between two classes, I
cannot change names of their association ends ?

--
Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #475929 is a reply to message #475928] Mon, 24 November 2008 20:47 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Milan,

> First, I cannot find Date and Double as Primitive types ?
There are at least two libraries, where Date and Double are defined, - Java
Primitive Types and XML Primitive Types. In order to import them into your
diagram:
1) Load required library (e.g. JavaPrimitiveTypes):
Invoke 'Load resource' action from the context menu of the diagram, choose
library file, e.g. org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml

2) Create element import element using ElementImport palette entry. In the
label-inplace type JavaPrimitiveTypes::Date or use code-assist.

> Second, when I draw association
> between two classes, I cannot change names of their association ends ?
You can change a name of an association end directly in the diagram editor
using label-inplaces, source/target ends are names 'src' and 'dst' by default.
Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the properties
view.

Please, let me know if you have any other questions or problems.

Best wishes,
Tanya.
>
> --
> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #475932 is a reply to message #475929] Mon, 24 November 2008 22:17 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

thank you on answer.

Tatiana Fesenko wrote:

> Hello Milan,

>> First, I cannot find Date and Double as Primitive types ?
> There are at least two libraries, where Date and Double are defined, - Java
> Primitive Types and XML Primitive Types. In order to import them into your
> diagram:
> 1) Load required library (e.g. JavaPrimitiveTypes):
> Invoke 'Load resource' action from the context menu of the diagram, choose
> library file, e.g.
org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml

I tried this, but I just have org.eclipse.uml2.uml.resources.jar in my
eclipse/plugins directory, I cannot access JavaPrimitiveType.library.uml
file in "Load resource" way ?

> 2) Create element import element using ElementImport palette entry. In the
> label-inplace type JavaPrimitiveTypes::Date or use code-assist.

>> Second, when I draw association
>> between two classes, I cannot change names of their association ends ?
> You can change a name of an association end directly in the diagram editor
> using label-inplaces, source/target ends are names 'src' and 'dst' by
default.
> Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the
properties
> view.

O.K. I found it.

--
Best regards, Milan

> Please, let me know if you have any other questions or problems.

> Best wishes,
> Tanya.
>>
>> --
>> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #475933 is a reply to message #475932] Mon, 24 November 2008 22:27 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

one more thing, how can I define stereotype on a class ?

--
Thanks, Milan
Re: Problems with creating simple UML2 class diagram [message #475934 is a reply to message #475933] Mon, 24 November 2008 22:44 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

sorry I forgot to ask also, how to add multiplicity to association end ?

--
Milan
Re: Problems with creating simple UML2 class diagram [message #475935 is a reply to message #475932] Mon, 24 November 2008 22:47 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

'Load Resource...' dialog processes URIs, thus just type 'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/E corePrimitiveTypes.library.uml'
string and that will help.

Tanya.

> Dear Tanya,
>
> thank you on answer.
>
> Tatiana Fesenko wrote:
>
>> Hello Milan,
>>
>>> First, I cannot find Date and Double as Primitive types ?
>>>
>> There are at least two libraries, where Date and Double are defined,
>> - Java
>> Primitive Types and XML Primitive Types. In order to import them into
>> your
>> diagram:
>> 1) Load required library (e.g. JavaPrimitiveTypes):
>> Invoke 'Load resource' action from the context menu of the diagram,
>> choose
>> library file, e.g.
> org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml
>
> I tried this, but I just have org.eclipse.uml2.uml.resources.jar in my
> eclipse/plugins directory, I cannot access
> JavaPrimitiveType.library.uml file in "Load resource" way ?
>
>> 2) Create element import element using ElementImport palette entry.
>> In the label-inplace type JavaPrimitiveTypes::Date or use
>> code-assist.
>>
>>> Second, when I draw association
>>> between two classes, I cannot change names of their association ends
>>> ?
>> You can change a name of an association end directly in the diagram
>> editor using label-inplaces, source/target ends are names 'src' and
>> 'dst' by
>>
> default.
>
>> Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the
>>
> properties
>
>> view.
>>
> O.K. I found it.
>
> --
> Best regards, Milan
>> Please, let me know if you have any other questions or problems.
>>
>> Best wishes,
>> Tanya.
>>> --
>>> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #475936 is a reply to message #475934] Mon, 24 November 2008 23:11 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

You can edit edit multiplicity of an Association
- via label-inplace editors as described here - news://news.eclipse.org/80ef43406b188c93cfab395b00c@news.ecl ipse.org,

- or in SourceEnd/TargetEnd tabs in the properties view.

Tanya.

> Dear Tanya,
>
> sorry I forgot to ask also, how to add multiplicity to association end
> ?
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #475937 is a reply to message #475933] Mon, 24 November 2008 23:14 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

Working with Profiles in UML2 Tools, including a section how to create a
stereotype and how to apply a stereotype, is described here - http://wiki.eclipse.org/MDT-UML2Tools_How_To_Use_UML_Profile s.


Tanya.

> Dear Tanya,
>
> one more thing, how can I define stereotype on a class ?
>
> --
> Thanks, Milan
Re: Problems with creating simple UML2 class diagram [message #475942 is a reply to message #475935] Tue, 25 November 2008 11:19 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

yes, but in this way I get EDate type and not Date type ?

--
Milan Milanovic
Re: Problems with creating simple UML2 class diagram [message #475943 is a reply to message #475936] Tue, 25 November 2008 11:42 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

this newslink seams broken? I get error.

--
Milan
Re: Problems with creating simple UML2 class diagram [message #475946 is a reply to message #475937] Tue, 25 November 2008 16:10 Go to previous messageGo to next message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

there is no figures on this page, links are broken ?

--
Milan
Re: Problems with creating simple UML2 class diagram [message #475947 is a reply to message #475943] Tue, 25 November 2008 20:02 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Milan,

I created a corresponding FAQ at UML2 Tools Wiki: http://wiki.eclipse.org/MDT-UML2Tools_FAQ#How_can_I_change_m ultiplicity_of_an_Association_End.3F

Tanya.

> Dear Tanya,
>
> this newslink seams broken? I get error.
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #475948 is a reply to message #475942] Tue, 25 November 2008 20:08 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Milan,

So type
'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/J avaPrimitiveTypes.library.uml'
, or
'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/X MLPrimitiveTypes.library.uml'
or any other URI.

Tanya.

> Dear Tanya,
>
> yes, but in this way I get EDate type and not Date type ?
>
> --
> Milan Milanovic
Re: Problems with creating simple UML2 class diagram [message #475949 is a reply to message #475946] Tue, 25 November 2008 20:10 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Thanks for noticing the problem, Milan.

I don't see images either. I'll inverstigate the case.

Tanya.

> Dear Tanya,
>
> there is no figures on this page, links are broken ?
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #475952 is a reply to message #475947] Tue, 25 November 2008 21:45 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

thank you for link.

I want just to note that SourceEnd tab doesn't exist for Association.

--
Regards, Milan.

Tatiana Fesenko wrote:

> Hi Milan,

> I created a corresponding FAQ at UML2 Tools Wiki:
http://wiki.eclipse.org/MDT-UML2Tools_FAQ#How_can_I_change_m ultiplicity_of_an_Association_End.3F

> Tanya.

>> Dear Tanya,
>>
>> this newslink seams broken? I get error.
>>
>> --
>> Milan
Re: Problems with creating simple UML2 class diagram [message #623179 is a reply to message #475885] Mon, 24 November 2008 15:11 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Yes Kenn, that's right. Thank you.

--
Milan

Kenn Hussey wrote:

> Milan,

> I assume you're using the UML2 Tools component? If so, please direct your
> question to the eclipse.modeling.mdt.uml2tools newsgroup (copied).

> Kenn

> "Milan Milanovich" <milanmilanovich@yahoo.com> wrote in message
> news:2f918f1afe7fde060fa0e23cd164112c$1@www.eclipse.org...
>> Hi,
>>
>> I need to create simple UML2 diagram with Eclipse Ganymede UML2 (2.2.1)
>> plug-in. But, I have two problems. First, I cannot find Date and Double as
>> Primitive types ? Second, when I draw association between two classes, I
>> cannot change names of their association ends ?
>>
>> --
>> Thx, Milan
>>
Re: Problems with creating simple UML2 class diagram [message #623180 is a reply to message #475927] Mon, 24 November 2008 18:50 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Hi,

I need to create simple UML2 diagram with Eclipse Ganymede UML2 (2.2.1)
plug-in. But, I have two problems. First, I cannot find Date and Double as
Primitive types ? Second, when I draw association between two classes, I
cannot change names of their association ends ?

--
Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #623181 is a reply to message #475928] Mon, 24 November 2008 20:47 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Milan,

> First, I cannot find Date and Double as Primitive types ?
There are at least two libraries, where Date and Double are defined, - Java
Primitive Types and XML Primitive Types. In order to import them into your
diagram:
1) Load required library (e.g. JavaPrimitiveTypes):
Invoke 'Load resource' action from the context menu of the diagram, choose
library file, e.g. org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml

2) Create element import element using ElementImport palette entry. In the
label-inplace type JavaPrimitiveTypes::Date or use code-assist.

> Second, when I draw association
> between two classes, I cannot change names of their association ends ?
You can change a name of an association end directly in the diagram editor
using label-inplaces, source/target ends are names 'src' and 'dst' by default.
Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the properties
view.

Please, let me know if you have any other questions or problems.

Best wishes,
Tanya.
>
> --
> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #623184 is a reply to message #475929] Mon, 24 November 2008 22:17 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

thank you on answer.

Tatiana Fesenko wrote:

> Hello Milan,

>> First, I cannot find Date and Double as Primitive types ?
> There are at least two libraries, where Date and Double are defined, - Java
> Primitive Types and XML Primitive Types. In order to import them into your
> diagram:
> 1) Load required library (e.g. JavaPrimitiveTypes):
> Invoke 'Load resource' action from the context menu of the diagram, choose
> library file, e.g.
org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml

I tried this, but I just have org.eclipse.uml2.uml.resources.jar in my
eclipse/plugins directory, I cannot access JavaPrimitiveType.library.uml
file in "Load resource" way ?

> 2) Create element import element using ElementImport palette entry. In the
> label-inplace type JavaPrimitiveTypes::Date or use code-assist.

>> Second, when I draw association
>> between two classes, I cannot change names of their association ends ?
> You can change a name of an association end directly in the diagram editor
> using label-inplaces, source/target ends are names 'src' and 'dst' by
default.
> Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the
properties
> view.

O.K. I found it.

--
Best regards, Milan

> Please, let me know if you have any other questions or problems.

> Best wishes,
> Tanya.
>>
>> --
>> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #623186 is a reply to message #475932] Mon, 24 November 2008 22:27 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

one more thing, how can I define stereotype on a class ?

--
Thanks, Milan
Re: Problems with creating simple UML2 class diagram [message #623187 is a reply to message #475933] Mon, 24 November 2008 22:44 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

sorry I forgot to ask also, how to add multiplicity to association end ?

--
Milan
Re: Problems with creating simple UML2 class diagram [message #623189 is a reply to message #475932] Mon, 24 November 2008 22:47 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

'Load Resource...' dialog processes URIs, thus just type 'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/E corePrimitiveTypes.library.uml'
string and that will help.

Tanya.

> Dear Tanya,
>
> thank you on answer.
>
> Tatiana Fesenko wrote:
>
>> Hello Milan,
>>
>>> First, I cannot find Date and Double as Primitive types ?
>>>
>> There are at least two libraries, where Date and Double are defined,
>> - Java
>> Primitive Types and XML Primitive Types. In order to import them into
>> your
>> diagram:
>> 1) Load required library (e.g. JavaPrimitiveTypes):
>> Invoke 'Load resource' action from the context menu of the diagram,
>> choose
>> library file, e.g.
> org.eclipse.uml2.uml.resources/libraries/JavaPrimitiveType.l ibrary.uml
>
> I tried this, but I just have org.eclipse.uml2.uml.resources.jar in my
> eclipse/plugins directory, I cannot access
> JavaPrimitiveType.library.uml file in "Load resource" way ?
>
>> 2) Create element import element using ElementImport palette entry.
>> In the label-inplace type JavaPrimitiveTypes::Date or use
>> code-assist.
>>
>>> Second, when I draw association
>>> between two classes, I cannot change names of their association ends
>>> ?
>> You can change a name of an association end directly in the diagram
>> editor using label-inplaces, source/target ends are names 'src' and
>> 'dst' by
>>
> default.
>
>> Alternatively, you can edit them in SourceEnd/TargetEnd tabs of the
>>
> properties
>
>> view.
>>
> O.K. I found it.
>
> --
> Best regards, Milan
>> Please, let me know if you have any other questions or problems.
>>
>> Best wishes,
>> Tanya.
>>> --
>>> Thx, Milan
Re: Problems with creating simple UML2 class diagram [message #623191 is a reply to message #475934] Mon, 24 November 2008 23:11 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

You can edit edit multiplicity of an Association
- via label-inplace editors as described here - news://news.eclipse.org/80ef43406b188c93cfab395b00c@news.ecl ipse.org,

- or in SourceEnd/TargetEnd tabs in the properties view.

Tanya.

> Dear Tanya,
>
> sorry I forgot to ask also, how to add multiplicity to association end
> ?
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #623193 is a reply to message #475933] Mon, 24 November 2008 23:14 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Milan,

Working with Profiles in UML2 Tools, including a section how to create a
stereotype and how to apply a stereotype, is described here - http://wiki.eclipse.org/MDT-UML2Tools_How_To_Use_UML_Profile s


Tanya.

> Dear Tanya,
>
> one more thing, how can I define stereotype on a class ?
>
> --
> Thanks, Milan
Re: Problems with creating simple UML2 class diagram [message #623278 is a reply to message #475935] Tue, 25 November 2008 11:19 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

yes, but in this way I get EDate type and not Date type ?

--
Milan Milanovic
Re: Problems with creating simple UML2 class diagram [message #623279 is a reply to message #475936] Tue, 25 November 2008 11:42 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

this newslink seams broken? I get error.

--
Milan
Re: Problems with creating simple UML2 class diagram [message #623282 is a reply to message #475937] Tue, 25 November 2008 16:10 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

there is no figures on this page, links are broken ?

--
Milan
Re: Problems with creating simple UML2 class diagram [message #623283 is a reply to message #475943] Tue, 25 November 2008 20:02 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Milan,

I created a corresponding FAQ at UML2 Tools Wiki: http://wiki.eclipse.org/MDT-UML2Tools_FAQ#How_can_I_change_m ultiplicity_of_an_Association_End.3F

Tanya.

> Dear Tanya,
>
> this newslink seams broken? I get error.
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #623285 is a reply to message #475942] Tue, 25 November 2008 20:08 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Milan,

So type
'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/J avaPrimitiveTypes.library.uml'
, or
'platform:/plugin/org.eclipse.uml2.uml.resources/libraries/X MLPrimitiveTypes.library.uml'
or any other URI.

Tanya.

> Dear Tanya,
>
> yes, but in this way I get EDate type and not Date type ?
>
> --
> Milan Milanovic
Re: Problems with creating simple UML2 class diagram [message #623286 is a reply to message #475946] Tue, 25 November 2008 20:10 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Thanks for noticing the problem, Milan.

I don't see images either. I'll inverstigate the case.

Tanya.

> Dear Tanya,
>
> there is no figures on this page, links are broken ?
>
> --
> Milan
Re: Problems with creating simple UML2 class diagram [message #623290 is a reply to message #475947] Tue, 25 November 2008 21:45 Go to previous message
Milan Milanovich is currently offline Milan MilanovichFriend
Messages: 201
Registered: July 2009
Senior Member
Dear Tanya,

thank you for link.

I want just to note that SourceEnd tab doesn't exist for Association.

--
Regards, Milan.

Tatiana Fesenko wrote:

> Hi Milan,

> I created a corresponding FAQ at UML2 Tools Wiki:
http://wiki.eclipse.org/MDT-UML2Tools_FAQ#How_can_I_change_m ultiplicity_of_an_Association_End.3F

> Tanya.

>> Dear Tanya,
>>
>> this newslink seams broken? I get error.
>>
>> --
>> Milan
Previous Topic:epsilon.common.dt.tool extension for UMLCreateShortcutAction
Next Topic:Stereotype for associations
Goto Forum:
  


Current Time: Thu Mar 28 11:53:17 GMT 2024

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

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

Back to the top