Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » Re: How build DD Model with UML metamodel
Re: How build DD Model with UML metamodel [message #380379] Thu, 22 November 2007 10:00 Go to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Luciana,

Please note that questions about Epsilon should be posted to the
eclipse.modeling.gmt newsgroup (which I've added to the "to" list of
this reply).

Could you please provide some more details on what you are trying to do?

Regards,
Dimitrios

Luciana wrote:
> Hello,
> I must build a Epsilon Model that represents the Deployment Diagram, but
> I don't succeed in inserting the Communication Path.
> Can someone help me?
>
> Thanks for any help.
>
> Luciana
>
>
Re: How build DD Model with UML metamodel [message #380380 is a reply to message #380379] Thu, 22 November 2007 11:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Thank you very much for the note, I'm new in this forum.

I'm trying to build a Deployment Diagram in which I represent
two Node (where every Node contains some Artifact that represent
the component)and one Communication Path that it connects them.
Now, I have added the Communication Path, but I don't succeed
in saying what members it connects, that is the property 'Member End'
doesn't allow me to add nothing.
I would want to know if I have added other property to give me the
property 'Member End'.

Thank you.
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #380381 is a reply to message #380380] Thu, 22 November 2007 11:54 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Luciana,

Just to establish a common point of reference: which tool are you using
to specify your deployment diagram? (I don't see support for deployment
diagrams in the UML2 Tools)

Also, from what you've said so far, this seems to be a UML2 question
(for which the eclipse.modeling.mdt.uml2 may be more appropriate). How
does it relate to Epsilon?

Cheers,
Dimitrios

Luciana wrote:
> Thank you very much for the note, I'm new in this forum.
>
> I'm trying to build a Deployment Diagram in which I represent
> two Node (where every Node contains some Artifact that represent the
> component)and one Communication Path that it connects them.
> Now, I have added the Communication Path, but I don't succeed in saying
> what members it connects, that is the property 'Member End'
> doesn't allow me to add nothing.
> I would want to know if I have added other property to give me the
> property 'Member End'.
> Thank you.
> Luciana
>
Re: [Epsilon] How build DD Model with UML metamodel [message #380449 is a reply to message #380381] Thu, 22 November 2007 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

I explay better my work.
I have extend UML metamodel with Reliability characteristics,
write models conform to my metamodel and transform it in Fault Tree
through ATL.
Initially I wanted to extend the Omondo metamodel to create my diagram
directly via graphic interface. It's not actually possible extend
deployment diagram because only the Class diagram is an MOF/EMF Model,
while deployment diagram is only graphical information.It is not possible
to create deployment diagram and take the XMI generated.
Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
with the metamodel loaded through graphic interface, Epsilon is a good
support for this step.

thanks
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #380452 is a reply to message #380449] Thu, 22 November 2007 13:27 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
So if I understand correctly you have a customized version of the UML2
metamodel and you are using the "Register EPackages" action that Epsilon
provides so that you can then edit instances using the Sample Ecore
Model Editor. Is that correct?

I think your question is related to the UML2 metamodel - rather than to
Epsilon itself - but if you can send me your custom metamodel and a
sample model that conforms to it I may be able to help.

Cheers,
Dimitrios

Luciana wrote:
> I explay better my work.
> I have extend UML metamodel with Reliability characteristics, write
> models conform to my metamodel and transform it in Fault Tree through ATL.
> Initially I wanted to extend the Omondo metamodel to create my diagram
> directly via graphic interface. It's not actually possible extend
> deployment diagram because only the Class diagram is an MOF/EMF Model,
> while deployment diagram is only graphical information.It is not possible
> to create deployment diagram and take the XMI generated.
> Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
> with the metamodel loaded through graphic interface, Epsilon is a good
> support for this step.
>
> thanks
> Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #380454 is a reply to message #380381] Thu, 22 November 2007 13:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Hi Dimitrios,

I think that you are right,
I ask the question on eclipse.modeling.mdt.uml2 newsgroups.

Thank you very much.
Re: [Epsilon] How build DD Model with UML metamodel [message #380458 is a reply to message #380452] Thu, 22 November 2007 14:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Hi Dimitrios,

it's all correct.
Where I send you my metamodel and a sample model?

thanks
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #380460 is a reply to message #380452] Thu, 22 November 2007 15:06 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
You can use dskolovos.gmail.com (replacing the first . with @)

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> So if I understand correctly you have a customized version of the UML2
> metamodel and you are using the "Register EPackages" action that Epsilon
> provides so that you can then edit instances using the Sample Ecore
> Model Editor. Is that correct?
>
> I think your question is related to the UML2 metamodel - rather than to
> Epsilon itself - but if you can send me your custom metamodel and a
> sample model that conforms to it I may be able to help.
>
> Cheers,
> Dimitrios
>
> Luciana wrote:
>> I explay better my work.
>> I have extend UML metamodel with Reliability characteristics, write
>> models conform to my metamodel and transform it in Fault Tree through
>> ATL.
>> Initially I wanted to extend the Omondo metamodel to create my diagram
>> directly via graphic interface. It's not actually possible extend
>> deployment diagram because only the Class diagram is an MOF/EMF Model,
>> while deployment diagram is only graphical information.It is not possible
>> to create deployment diagram and take the XMI generated.
>> Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
>> with the metamodel loaded through graphic interface, Epsilon is a good
>> support for this step.
>>
>> thanks
>> Luciana
Re: How build DD Model with UML metamodel [message #609296 is a reply to message #380379] Thu, 22 November 2007 11:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Thank you very much for the note, I'm new in this forum.

I'm trying to build a Deployment Diagram in which I represent
two Node (where every Node contains some Artifact that represent
the component)and one Communication Path that it connects them.
Now, I have added the Communication Path, but I don't succeed
in saying what members it connects, that is the property 'Member End'
doesn't allow me to add nothing.
I would want to know if I have added other property to give me the
property 'Member End'.

Thank you.
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #609297 is a reply to message #380380] Thu, 22 November 2007 11:54 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Luciana,

Just to establish a common point of reference: which tool are you using
to specify your deployment diagram? (I don't see support for deployment
diagrams in the UML2 Tools)

Also, from what you've said so far, this seems to be a UML2 question
(for which the eclipse.modeling.mdt.uml2 may be more appropriate). How
does it relate to Epsilon?

Cheers,
Dimitrios

Luciana wrote:
> Thank you very much for the note, I'm new in this forum.
>
> I'm trying to build a Deployment Diagram in which I represent
> two Node (where every Node contains some Artifact that represent the
> component)and one Communication Path that it connects them.
> Now, I have added the Communication Path, but I don't succeed in saying
> what members it connects, that is the property 'Member End'
> doesn't allow me to add nothing.
> I would want to know if I have added other property to give me the
> property 'Member End'.
> Thank you.
> Luciana
>
Re: [Epsilon] How build DD Model with UML metamodel [message #609298 is a reply to message #380381] Thu, 22 November 2007 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

I explay better my work.
I have extend UML metamodel with Reliability characteristics,
write models conform to my metamodel and transform it in Fault Tree
through ATL.
Initially I wanted to extend the Omondo metamodel to create my diagram
directly via graphic interface. It's not actually possible extend
deployment diagram because only the Class diagram is an MOF/EMF Model,
while deployment diagram is only graphical information.It is not possible
to create deployment diagram and take the XMI generated.
Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
with the metamodel loaded through graphic interface, Epsilon is a good
support for this step.

thanks
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #609299 is a reply to message #380449] Thu, 22 November 2007 13:27 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
So if I understand correctly you have a customized version of the UML2
metamodel and you are using the "Register EPackages" action that Epsilon
provides so that you can then edit instances using the Sample Ecore
Model Editor. Is that correct?

I think your question is related to the UML2 metamodel - rather than to
Epsilon itself - but if you can send me your custom metamodel and a
sample model that conforms to it I may be able to help.

Cheers,
Dimitrios

Luciana wrote:
> I explay better my work.
> I have extend UML metamodel with Reliability characteristics, write
> models conform to my metamodel and transform it in Fault Tree through ATL.
> Initially I wanted to extend the Omondo metamodel to create my diagram
> directly via graphic interface. It's not actually possible extend
> deployment diagram because only the Class diagram is an MOF/EMF Model,
> while deployment diagram is only graphical information.It is not possible
> to create deployment diagram and take the XMI generated.
> Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
> with the metamodel loaded through graphic interface, Epsilon is a good
> support for this step.
>
> thanks
> Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #609300 is a reply to message #380381] Thu, 22 November 2007 13:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Hi Dimitrios,

I think that you are right,
I ask the question on eclipse.modeling.mdt.uml2 newsgroups.

Thank you very much.
Re: [Epsilon] How build DD Model with UML metamodel [message #609302 is a reply to message #380452] Thu, 22 November 2007 14:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: luciananegri81.yahoo.it

Hi Dimitrios,

it's all correct.
Where I send you my metamodel and a sample model?

thanks
Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #609303 is a reply to message #380452] Thu, 22 November 2007 15:06 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
You can use dskolovos.gmail.com (replacing the first . with @)

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> So if I understand correctly you have a customized version of the UML2
> metamodel and you are using the "Register EPackages" action that Epsilon
> provides so that you can then edit instances using the Sample Ecore
> Model Editor. Is that correct?
>
> I think your question is related to the UML2 metamodel - rather than to
> Epsilon itself - but if you can send me your custom metamodel and a
> sample model that conforms to it I may be able to help.
>
> Cheers,
> Dimitrios
>
> Luciana wrote:
>> I explay better my work.
>> I have extend UML metamodel with Reliability characteristics, write
>> models conform to my metamodel and transform it in Fault Tree through
>> ATL.
>> Initially I wanted to extend the Omondo metamodel to create my diagram
>> directly via graphic interface. It's not actually possible extend
>> deployment diagram because only the Class diagram is an MOF/EMF Model,
>> while deployment diagram is only graphical information.It is not possible
>> to create deployment diagram and take the XMI generated.
>> Via 'Sample Ecore Model Editor', I can create an EMF Model compliant
>> with the metamodel loaded through graphic interface, Epsilon is a good
>> support for this step.
>>
>> thanks
>> Luciana
Re: [Epsilon] How build DD Model with UML metamodel [message #1333205 is a reply to message #380449] Mon, 05 May 2014 01:37 Go to previous message
Zhao Zhao is currently offline Zhao ZhaoFriend
Messages: 1
Registered: May 2014
Junior Member
Dear luciana,

May I ask what UML2 diagrams you have used for this transformation?

Thanks.
Previous Topic:[ECL] How to exclude matches / how to run module
Next Topic:GMF Tooling: GWT generation issue
Goto Forum:
  


Current Time: Thu Apr 18 00:54:29 GMT 2024

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

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

Back to the top