Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Which UML2 "Diagram Element" should be selected for GMF
Which UML2 "Diagram Element" should be selected for GMF [message #472721] Mon, 28 January 2008 12:01 Go to next message
Eclipse UserFriend
Originally posted by: amsurana.in.ibm.com

This is a multipart message in MIME format.
--=_alternative 0041A39C652573DE_=
Content-Type: text/plain; charset="US-ASCII"

Hi,
I am creating my own custom component model. I am using UML2
Superstructure and GMF. I went thru the UML2TOOLS Component Diagram. Still
i ve few doubts.

Doubt :
Which is the "diagram element" to be selected when creating *.gmfgraph,
*.gmftool, *.gmfmap. I am using the UML.ecore file present in
"org.eclipse.uml2.uml" plugin.

When I selected "package" as my "diagram element" and created the GMF
editor, I couldnt draw any component or any other tool on the screen ...
what should i do to able to draw components and other packages on the
screen.

please help,

Regards ,
Amit

--=_alternative 0041A39C652573DE_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi, </font>
<br><font size=2 face="sans-serif">I am creating my own custom component
model. I am using UML2 Superstructure and GMF. I went thru the UML2TOOLS
Component Diagram. Still i ve few doubts.</font>
<br>
<br><font size=2 face="sans-serif">Doubt : </font>
<br><font size=2 face="sans-serif">&nbsp;Which is the &quot;diagram element&quot;
to be selected when creating *.gmfgraph, *.gmftool, *.gmfmap. I am using
the UML.ecore file present in &quot;org.eclipse.uml2.uml&quot; plugin.
</font>
<br>
<br><font size=2 face="sans-serif">When I selected &quot;package&quot;
as my &quot;diagram element&quot; and created the GMF editor, I couldnt
draw any component or any other tool on the screen ... what should i do
to able to draw components and other packages on the screen. </font>
<br>
<br><font size=2 face="sans-serif">please help,</font>
<br>
<br><font size=2 face="sans-serif">Regards ,</font>
<br><font size=2 face="sans-serif">Amit</font>
<br>
--=_alternative 0041A39C652573DE_=--
Re: Which UML2 "Diagram Element" should be selected for GMF [message #473254 is a reply to message #472721] Wed, 30 January 2008 17:44 Go to previous messageGo to next message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Amsurana,

Strange behavior... We have Package as a diagram element for the Component
Diagram Editor. It's possible to draw both Package and Component on it. You
can take our implementation of Component Diagram as a template. GMF-sources
of Component Diagram editor are located in
org.eclipse.uml2.diagram.def/structures/component* files.

Best wishes,
Tatiana.

> Hi, I am creating my own custom component model. I am using UML2
> Superstructure and GMF. I went thru the UML2TOOLS Component Diagram.
> Still i ve few doubts.
>
> Doubt :
> Which is the "diagram element" to be selected when creating
> *.gmfgraph,
> *.gmftool, *.gmfmap. I am using the UML.ecore file present in
> "org.eclipse.uml2.uml" plugin.
>
> When I selected "package" as my "diagram element" and created the GMF
> editor, I couldnt draw any component or any other tool on the screen
> ... what should i do to able to draw components and other packages on
> the screen.
>
> please help,
>
> Regards ,
> Amit
Re: Which UML2 "Diagram Element" should be selected for GMF [message #473263 is a reply to message #473254] Fri, 01 February 2008 07:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: amsurana.in.ibm.com

This is a multipart message in MIME format.
--=_alternative 00290AF4652573E2_=
Content-Type: text/plain; charset="US-ASCII"

hi
I tried generating my customized GMF editor from the component* files in
diagram defintions for uml2 components.
But even with those files m unable to draw any packages or components..


All i did was followed wizard to generate the *.gmfgraph , *.gmftool using
UML.ecore file provided in org.eclipse.uml2.uml
In *.gmfmap I had to delete many irrelevent diagrams which I dont want on
the screen.. So even by using "default" GMF tools m unable to create any
diagrams on screen.
I dunno where am I going wrong.
--=_alternative 00290AF4652573E2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">hi </font>
<br><font size=2 face="sans-serif">I tried generating my customized GMF
editor from the component* files in diagram defintions for uml2 components.
</font>
<br><font size=2 face="sans-serif">But even with those files m unable to
draw any packages or components.. </font>
<br>
<br>
<br><font size=2 face="sans-serif">All i did was followed wizard to generate
the *.gmfgraph , *.gmftool using UML.ecore file provided in org.eclipse.uml2.uml</font>
<br><font size=2 face="sans-serif">In *.gmfmap I had to delete many irrelevent
diagrams which I dont want on the screen.. So even by using &quot;default&quot;
GMF tools m unable to create any diagrams on screen.</font>
<br><font size=2 face="sans-serif">I dunno where am I going wrong. </font>
--=_alternative 00290AF4652573E2_=--
Re: Which UML2 "Diagram Element" should be selected for GMF [message #473264 is a reply to message #473254] Fri, 01 February 2008 08:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: amsurana.in.ibm.com

This is a multipart message in MIME format.
--=_alternative 002D33B9652573E2_=
Content-Type: text/plain; charset="US-ASCII"

Hi,
It works now... The problem was tat UML2Tools Component Diagram uses their
own CustomLayout named "CenterLayout".
Thanks for the help...
Regards , Amit
--=_alternative 002D33B9652573E2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi, </font>
<br><font size=2 face="sans-serif">It works now... The problem was tat
UML2Tools Component Diagram uses their own CustomLayout named &quot;CenterLayout&quot;.
</font>
<br><font size=2 face="sans-serif">Thanks for the help... </font>
<br><font size=2 face="sans-serif">Regards , Amit </font>
--=_alternative 002D33B9652573E2_=--
Re: Which UML2 "Diagram Element" should be selected for GMF [message #473266 is a reply to message #473264] Fri, 01 February 2008 11:21 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Amit,

I'm glad that everything is OK now.
Good luck and feel free to ask new questions here=)
Tatiana.


> Hi, It works now... The problem was tat UML2Tools Component Diagram
> uses their own CustomLayout named "CenterLayout". Thanks for the
> help... Regards , Amit
>
Re: Which UML2 "Diagram Element" should be selected for GMF [message #617583 is a reply to message #472721] Wed, 30 January 2008 17:44 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hello Amsurana,

Strange behavior... We have Package as a diagram element for the Component
Diagram Editor. It's possible to draw both Package and Component on it. You
can take our implementation of Component Diagram as a template. GMF-sources
of Component Diagram editor are located in
org.eclipse.uml2.diagram.def/structures/component* files.

Best wishes,
Tatiana.

> Hi, I am creating my own custom component model. I am using UML2
> Superstructure and GMF. I went thru the UML2TOOLS Component Diagram.
> Still i ve few doubts.
>
> Doubt :
> Which is the "diagram element" to be selected when creating
> *.gmfgraph,
> *.gmftool, *.gmfmap. I am using the UML.ecore file present in
> "org.eclipse.uml2.uml" plugin.
>
> When I selected "package" as my "diagram element" and created the GMF
> editor, I couldnt draw any component or any other tool on the screen
> ... what should i do to able to draw components and other packages on
> the screen.
>
> please help,
>
> Regards ,
> Amit
Re: Which UML2 "Diagram Element" should be selected for GMF [message #618247 is a reply to message #473254] Fri, 01 February 2008 07:27 Go to previous message
Eclipse UserFriend
Originally posted by: amsurana.in.ibm.com

This is a multipart message in MIME format.
--=_alternative 00290AF4652573E2_=
Content-Type: text/plain; charset="US-ASCII"

hi
I tried generating my customized GMF editor from the component* files in
diagram defintions for uml2 components.
But even with those files m unable to draw any packages or components..


All i did was followed wizard to generate the *.gmfgraph , *.gmftool using
UML.ecore file provided in org.eclipse.uml2.uml
In *.gmfmap I had to delete many irrelevent diagrams which I dont want on
the screen.. So even by using "default" GMF tools m unable to create any
diagrams on screen.
I dunno where am I going wrong.
--=_alternative 00290AF4652573E2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">hi </font>
<br><font size=2 face="sans-serif">I tried generating my customized GMF
editor from the component* files in diagram defintions for uml2 components.
</font>
<br><font size=2 face="sans-serif">But even with those files m unable to
draw any packages or components.. </font>
<br>
<br>
<br><font size=2 face="sans-serif">All i did was followed wizard to generate
the *.gmfgraph , *.gmftool using UML.ecore file provided in org.eclipse.uml2.uml</font>
<br><font size=2 face="sans-serif">In *.gmfmap I had to delete many irrelevent
diagrams which I dont want on the screen.. So even by using &quot;default&quot;
GMF tools m unable to create any diagrams on screen.</font>
<br><font size=2 face="sans-serif">I dunno where am I going wrong. </font>
--=_alternative 00290AF4652573E2_=--
Re: Which UML2 "Diagram Element" should be selected for GMF [message #618248 is a reply to message #473254] Fri, 01 February 2008 08:12 Go to previous message
Eclipse UserFriend
Originally posted by: amsurana.in.ibm.com

This is a multipart message in MIME format.
--=_alternative 002D33B9652573E2_=
Content-Type: text/plain; charset="US-ASCII"

Hi,
It works now... The problem was tat UML2Tools Component Diagram uses their
own CustomLayout named "CenterLayout".
Thanks for the help...
Regards , Amit
--=_alternative 002D33B9652573E2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi, </font>
<br><font size=2 face="sans-serif">It works now... The problem was tat
UML2Tools Component Diagram uses their own CustomLayout named &quot;CenterLayout&quot;.
</font>
<br><font size=2 face="sans-serif">Thanks for the help... </font>
<br><font size=2 face="sans-serif">Regards , Amit </font>
--=_alternative 002D33B9652573E2_=--
Re: Which UML2 "Diagram Element" should be selected for GMF [message #618250 is a reply to message #473264] Fri, 01 February 2008 11:21 Go to previous message
Tatiana Fesenko is currently offline Tatiana FesenkoFriend
Messages: 530
Registered: July 2009
Senior Member
Hi Amit,

I'm glad that everything is OK now.
Good luck and feel free to ask new questions here=)
Tatiana.


> Hi, It works now... The problem was tat UML2Tools Component Diagram
> uses their own CustomLayout named "CenterLayout". Thanks for the
> help... Regards , Amit
>
Previous Topic:How to regenerate gmfgen?
Next Topic:Associations: Are they good for anything?
Goto Forum:
  


Current Time: Thu Mar 28 16:52:34 GMT 2024

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

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

Back to the top