Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Use Case Diagrams in M4?
Use Case Diagrams in M4? [message #472263] Tue, 15 January 2008 03:01 Go to next message
Sam Sabra is currently offline Sam SabraFriend
Messages: 10
Registered: July 2009
Junior Member
Good day,

I'm new to EMF, GEF, GMF and UMLTools. I'm a university student doing my
honours project which involves in part the visualization of a domain
model and use case model read from a custom XML file (perhaps even a
standard XMI file). Have use case diagrams actually been implemented in
M4 (bug #199725)? If so, what would I need to get started. I've manually
installed UMLTools 0.8.0 and all its dependencies listed on
http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools

There seems to be lot to learn. Any recommendations on where to start
and how to proceed? I plan to go through the four part GMF tutorial
(http://wiki.eclipse.org/index.php/GMF_Tutorial).

Thank you.

Regards,

Sam Sabra
Re: Use Case Diagrams in M4? [message #472265 is a reply to message #472263] Tue, 15 January 2008 12:52 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Sam,

Welcome to UML2Tools newsgroup.

Yes, UseCase diagram editor is a part of UML2Tools now.

It would be helpfull to get familiar with GMF. Moreover, we have our little
wiki page - http://wiki.eclipse.org/MDT-UML2Tools. There is some usefull
infomation on it.

To realize which elements are already supported and how do they look like
in UML2Tools I recommend to look through diagram examples. They are figures
from UML 2 specification made with UML2Tools. You can check them out from
our CVS:
cvs -d pserver:dev.eclipse.org:/cvsroot/modeling co org.eclipse.mdt/org.eclipse.uml2tools/examples/
'org.eclipse.uml2.diagram.examples.clazz' project, 'diagram/07-02-03/16 Use
Cases' folder

God luck,
Tatiana.

> Good day,
>
> I'm new to EMF, GEF, GMF and UMLTools. I'm a university student doing
> my
> honours project which involves in part the visualization of a domain
> model and use case model read from a custom XML file (perhaps even a
> standard XMI file). Have use case diagrams actually been implemented
> in M4 (bug #199725)? If so, what would I need to get started. I've
> manually installed UMLTools 0.8.0 and all its dependencies listed on
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>
> There seems to be lot to learn. Any recommendations on where to start
> and how to proceed? I plan to go through the four part GMF tutorial
> (http://wiki.eclipse.org/index.php/GMF_Tutorial).
>
> Thank you.
>
> Regards,
>
> Sam Sabra
>
Re: Use Case Diagrams in M4? [message #472344 is a reply to message #472265] Wed, 16 January 2008 07:09 Go to previous messageGo to next message
Sam Sabra is currently offline Sam SabraFriend
Messages: 10
Registered: July 2009
Junior Member
Thank you Tatiana, I will look into the wiki and examples.

Kind Regards,

Sam

Tatiana Fesenko wrote:
> Hello Sam,
>
> Welcome to UML2Tools newsgroup.
>
> Yes, UseCase diagram editor is a part of UML2Tools now.
> It would be helpfull to get familiar with GMF. Moreover, we have our
> little wiki page - http://wiki.eclipse.org/MDT-UML2Tools. There is some
> usefull infomation on it.
>
> To realize which elements are already supported and how do they look
> like in UML2Tools I recommend to look through diagram examples. They are
> figures from UML 2 specification made with UML2Tools. You can check them
> out from our CVS: cvs -d pserver:dev.eclipse.org:/cvsroot/modeling co
> org.eclipse.mdt/org.eclipse.uml2tools/examples/
> 'org.eclipse.uml2.diagram.examples.clazz' project, 'diagram/07-02-03/16
> Use Cases' folder
>
> God luck,
> Tatiana.
>
>> Good day,
>>
>> I'm new to EMF, GEF, GMF and UMLTools. I'm a university student doing
>> my
>> honours project which involves in part the visualization of a domain
>> model and use case model read from a custom XML file (perhaps even a
>> standard XMI file). Have use case diagrams actually been implemented
>> in M4 (bug #199725)? If so, what would I need to get started. I've
>> manually installed UMLTools 0.8.0 and all its dependencies listed on
>> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>>
>> There seems to be lot to learn. Any recommendations on where to start
>> and how to proceed? I plan to go through the four part GMF tutorial
>> (http://wiki.eclipse.org/index.php/GMF_Tutorial).
>>
>> Thank you.
>>
>> Regards,
>>
>> Sam Sabra
>>
>
>
Re: Use Case Diagrams in M4? [message #472348 is a reply to message #472265] Wed, 16 January 2008 08:33 Go to previous messageGo to next message
Thomas Roland is currently offline Thomas RolandFriend
Messages: 36
Registered: July 2009
Member
I don't understand what is the sence to use GMF. The Eclipse Europa has a
plug-in called UML2 diagram. Can one use it instead of GMF?
Re: Use Case Diagrams in M4? [message #472366 is a reply to message #472348] Wed, 16 January 2008 20:32 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello thomas2004,

Please specify what exactly plugin are you talking about. Do you mean org.eclipse.uml2.diagram?
Good news is that we not only use it, we develope it! It's our branding plugin.


BTW, we have a wiki-page - http://wiki.eclipse.org/MDT-UML2Tools. There are
a lot of usefull links to pages of the technologies we use =) They are really
interesting.

Tatiana.

> I don't understand what is the sence to use GMF. The Eclipse Europa
> has a plug-in called UML2 diagram. Can one use it instead of GMF?
>
Re: Use Case Diagrams in M4? [message #615764 is a reply to message #472263] Tue, 15 January 2008 12:52 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Sam,

Welcome to UML2Tools newsgroup.

Yes, UseCase diagram editor is a part of UML2Tools now.

It would be helpfull to get familiar with GMF. Moreover, we have our little
wiki page - http://wiki.eclipse.org/MDT-UML2Tools There is some usefull
infomation on it.

To realize which elements are already supported and how do they look like
in UML2Tools I recommend to look through diagram examples. They are figures
from UML 2 specification made with UML2Tools. You can check them out from
our CVS:
cvs -d pserver:dev.eclipse.org:/cvsroot/modeling co org.eclipse.mdt/org.eclipse.uml2tools/examples/
'org.eclipse.uml2.diagram.examples.clazz' project, 'diagram/07-02-03/16 Use
Cases' folder

God luck,
Tatiana.

> Good day,
>
> I'm new to EMF, GEF, GMF and UMLTools. I'm a university student doing
> my
> honours project which involves in part the visualization of a domain
> model and use case model read from a custom XML file (perhaps even a
> standard XMI file). Have use case diagrams actually been implemented
> in M4 (bug #199725)? If so, what would I need to get started. I've
> manually installed UMLTools 0.8.0 and all its dependencies listed on
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>
> There seems to be lot to learn. Any recommendations on where to start
> and how to proceed? I plan to go through the four part GMF tutorial
> (http://wiki.eclipse.org/index.php/GMF_Tutorial).
>
> Thank you.
>
> Regards,
>
> Sam Sabra
>
Re: Use Case Diagrams in M4? [message #615778 is a reply to message #472265] Wed, 16 January 2008 07:09 Go to previous message
Sam Sabra is currently offline Sam SabraFriend
Messages: 10
Registered: July 2009
Junior Member
Thank you Tatiana, I will look into the wiki and examples.

Kind Regards,

Sam

Tatiana Fesenko wrote:
> Hello Sam,
>
> Welcome to UML2Tools newsgroup.
>
> Yes, UseCase diagram editor is a part of UML2Tools now.
> It would be helpfull to get familiar with GMF. Moreover, we have our
> little wiki page - http://wiki.eclipse.org/MDT-UML2Tools There is some
> usefull infomation on it.
>
> To realize which elements are already supported and how do they look
> like in UML2Tools I recommend to look through diagram examples. They are
> figures from UML 2 specification made with UML2Tools. You can check them
> out from our CVS: cvs -d pserver:dev.eclipse.org:/cvsroot/modeling co
> org.eclipse.mdt/org.eclipse.uml2tools/examples/
> 'org.eclipse.uml2.diagram.examples.clazz' project, 'diagram/07-02-03/16
> Use Cases' folder
>
> God luck,
> Tatiana.
>
>> Good day,
>>
>> I'm new to EMF, GEF, GMF and UMLTools. I'm a university student doing
>> my
>> honours project which involves in part the visualization of a domain
>> model and use case model read from a custom XML file (perhaps even a
>> standard XMI file). Have use case diagrams actually been implemented
>> in M4 (bug #199725)? If so, what would I need to get started. I've
>> manually installed UMLTools 0.8.0 and all its dependencies listed on
>> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>>
>> There seems to be lot to learn. Any recommendations on where to start
>> and how to proceed? I plan to go through the four part GMF tutorial
>> (http://wiki.eclipse.org/index.php/GMF_Tutorial).
>>
>> Thank you.
>>
>> Regards,
>>
>> Sam Sabra
>>
>
>
Re: Use Case Diagrams in M4? [message #615782 is a reply to message #472265] Wed, 16 January 2008 08:33 Go to previous message
Thomas Roland is currently offline Thomas RolandFriend
Messages: 36
Registered: July 2009
Member
I don't understand what is the sence to use GMF. The Eclipse Europa has a
plug-in called UML2 diagram. Can one use it instead of GMF?
Re: Use Case Diagrams in M4? [message #616732 is a reply to message #472348] Wed, 16 January 2008 20:32 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello thomas2004,

Please specify what exactly plugin are you talking about. Do you mean org.eclipse.uml2.diagram?
Good news is that we not only use it, we develope it! It's our branding plugin.


BTW, we have a wiki-page - http://wiki.eclipse.org/MDT-UML2Tools There are
a lot of usefull links to pages of the technologies we use =) They are really
interesting.

Tatiana.

> I don't understand what is the sence to use GMF. The Eclipse Europa
> has a plug-in called UML2 diagram. Can one use it instead of GMF?
>
Previous Topic:Graphical Editor using UMLProfile
Next Topic:Error in Drawing Position
Goto Forum:
  


Current Time: Thu Mar 28 18:14:43 GMT 2024

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

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

Back to the top