Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Re: EVL integration in UML2 Tools
Re: EVL integration in UML2 Tools [message #476470] Tue, 12 May 2009 08:40 Go to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Thorsten,

A detailed tutorial for integrating EVL constraints with GMF editors is
available in
http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration. Ideally,
like in the tutorial, you'd just need to write your constraints and bind
them to with the UML2 namespace uri.

However, it seems that validation is not enabled for the UML2 Tools
(i.e. the Diagram menu doesn't have a Validate item). Let's see if we
can get some help on this over at eclipse.modeling.mdt.uml2tools (added)

Cheers,
Dimitris

Thorsten Arendt wrote:
> Hi!
>
> I want to integrate my EVL constraints into UML2 Tools but there is no
> description (EpsilonBook, Cinema, ...) to do this.
>
> Who can help me?
>
> Regards,
> Thorsten
Re: EVL integration in UML2 Tools [message #476471 is a reply to message #476470] Tue, 12 May 2009 10:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: arendt.mathematik.uni-marburg.de

Hi Dimitris!

Thank you for your fast response.
I can execute the evl file via an EVL Validiation launch configuration
and the messages are shown in the validation view.
It works, but unfortunately there must be a mistake when launching: the
progress information shows an activity 'Loading models' and I think
there is an infinite loop!

Thorsten



Dimitris Kolovos schrieb:
> Hi Thorsten,
>
> A detailed tutorial for integrating EVL constraints with GMF editors is
> available in
> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration. Ideally,
> like in the tutorial, you'd just need to write your constraints and bind
> them to with the UML2 namespace uri.
>
> However, it seems that validation is not enabled for the UML2 Tools
> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>
> Cheers,
> Dimitris
>
> Thorsten Arendt wrote:
>> Hi!
>>
>> I want to integrate my EVL constraints into UML2 Tools but there is no
>> description (EpsilonBook, Cinema, ...) to do this.
>>
>> Who can help me?
>>
>> Regards,
>> Thorsten
Re: EVL integration in UML2 Tools [message #476472 is a reply to message #476471] Tue, 12 May 2009 10:37 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Thorsten,

The reason for this is that once constraints have been evaluated, EVL
remains in a live state so that you can also invoke the available quick
fixes. If you don't need to invoke any quick fixes, you can click the
run-like arrow in the validation view and end the execution.

Cheers,
Dimitris

Thorsten Arendt wrote:
> Hi Dimitris!
>
> Thank you for your fast response.
> I can execute the evl file via an EVL Validiation launch configuration
> and the messages are shown in the validation view.
> It works, but unfortunately there must be a mistake when launching: the
> progress information shows an activity 'Loading models' and I think
> there is an infinite loop!
>
> Thorsten
>
>
>
> Dimitris Kolovos schrieb:
>> Hi Thorsten,
>>
>> A detailed tutorial for integrating EVL constraints with GMF editors
>> is available in
>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration. Ideally,
>> like in the tutorial, you'd just need to write your constraints and
>> bind them to with the UML2 namespace uri.
>>
>> However, it seems that validation is not enabled for the UML2 Tools
>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
>> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>>
>> Cheers,
>> Dimitris
>>
>> Thorsten Arendt wrote:
>>> Hi!
>>>
>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>
>>> Who can help me?
>>>
>>> Regards,
>>> Thorsten
Re: EVL integration in UML2 Tools [message #476473 is a reply to message #476472] Tue, 12 May 2009 10:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: arendt.mathematik.uni-marburg.de

Hi Dimitris!

I just found it out! Many Thanks.


Dimitris Kolovos schrieb:
> Hi Thorsten,
>
> The reason for this is that once constraints have been evaluated, EVL
> remains in a live state so that you can also invoke the available quick
> fixes. If you don't need to invoke any quick fixes, you can click the
> run-like arrow in the validation view and end the execution.
>
> Cheers,
> Dimitris
>
> Thorsten Arendt wrote:
>> Hi Dimitris!
>>
>> Thank you for your fast response.
>> I can execute the evl file via an EVL Validiation launch configuration
>> and the messages are shown in the validation view.
>> It works, but unfortunately there must be a mistake when launching:
>> the progress information shows an activity 'Loading models' and I
>> think there is an infinite loop!
>>
>> Thorsten
>>
>>
>>
>> Dimitris Kolovos schrieb:
>>> Hi Thorsten,
>>>
>>> A detailed tutorial for integrating EVL constraints with GMF editors
>>> is available in
>>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration. Ideally,
>>> like in the tutorial, you'd just need to write your constraints and
>>> bind them to with the UML2 namespace uri.
>>>
>>> However, it seems that validation is not enabled for the UML2 Tools
>>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
>>> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>>>
>>> Cheers,
>>> Dimitris
>>>
>>> Thorsten Arendt wrote:
>>>> Hi!
>>>>
>>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>>
>>>> Who can help me?
>>>>
>>>> Regards,
>>>> Thorsten
Re: EVL integration in UML2 Tools [message #476475 is a reply to message #476473] Tue, 12 May 2009 13:05 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Thorsten,

Glad to hear that! However the UML2 Tools question remains: Is it
possible to somehow enable/invoke validation in the UML2 Tools GMF-based
editors or would one need to regenerate the editors with the right flags on?

Cheers,
Dimitris

Thorsten Arendt wrote:
> Hi Dimitris!
>
> I just found it out! Many Thanks.
>
>
> Dimitris Kolovos schrieb:
>> Hi Thorsten,
>>
>> The reason for this is that once constraints have been evaluated, EVL
>> remains in a live state so that you can also invoke the available
>> quick fixes. If you don't need to invoke any quick fixes, you can
>> click the run-like arrow in the validation view and end the execution.
>>
>> Cheers,
>> Dimitris
>>
>> Thorsten Arendt wrote:
>>> Hi Dimitris!
>>>
>>> Thank you for your fast response.
>>> I can execute the evl file via an EVL Validiation launch
>>> configuration and the messages are shown in the validation view.
>>> It works, but unfortunately there must be a mistake when launching:
>>> the progress information shows an activity 'Loading models' and I
>>> think there is an infinite loop!
>>>
>>> Thorsten
>>>
>>>
>>>
>>> Dimitris Kolovos schrieb:
>>>> Hi Thorsten,
>>>>
>>>> A detailed tutorial for integrating EVL constraints with GMF editors
>>>> is available in
>>>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration.
>>>> Ideally, like in the tutorial, you'd just need to write your
>>>> constraints and bind them to with the UML2 namespace uri.
>>>>
>>>> However, it seems that validation is not enabled for the UML2 Tools
>>>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if
>>>> we can get some help on this over at eclipse.modeling.mdt.uml2tools
>>>> (added)
>>>>
>>>> Cheers,
>>>> Dimitris
>>>>
>>>> Thorsten Arendt wrote:
>>>>> Hi!
>>>>>
>>>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>>>
>>>>> Who can help me?
>>>>>
>>>>> Regards,
>>>>> Thorsten
Re: EVL integration in UML2 Tools [message #623714 is a reply to message #476470] Tue, 12 May 2009 10:19 Go to previous message
Eclipse UserFriend
Originally posted by: arendt.mathematik.uni-marburg.de

Hi Dimitris!

Thank you for your fast response.
I can execute the evl file via an EVL Validiation launch configuration
and the messages are shown in the validation view.
It works, but unfortunately there must be a mistake when launching: the
progress information shows an activity 'Loading models' and I think
there is an infinite loop!

Thorsten



Dimitris Kolovos schrieb:
> Hi Thorsten,
>
> A detailed tutorial for integrating EVL constraints with GMF editors is
> available in
> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration Ideally,
> like in the tutorial, you'd just need to write your constraints and bind
> them to with the UML2 namespace uri.
>
> However, it seems that validation is not enabled for the UML2 Tools
> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>
> Cheers,
> Dimitris
>
> Thorsten Arendt wrote:
>> Hi!
>>
>> I want to integrate my EVL constraints into UML2 Tools but there is no
>> description (EpsilonBook, Cinema, ...) to do this.
>>
>> Who can help me?
>>
>> Regards,
>> Thorsten
Re: EVL integration in UML2 Tools [message #623715 is a reply to message #476471] Tue, 12 May 2009 10:37 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Thorsten,

The reason for this is that once constraints have been evaluated, EVL
remains in a live state so that you can also invoke the available quick
fixes. If you don't need to invoke any quick fixes, you can click the
run-like arrow in the validation view and end the execution.

Cheers,
Dimitris

Thorsten Arendt wrote:
> Hi Dimitris!
>
> Thank you for your fast response.
> I can execute the evl file via an EVL Validiation launch configuration
> and the messages are shown in the validation view.
> It works, but unfortunately there must be a mistake when launching: the
> progress information shows an activity 'Loading models' and I think
> there is an infinite loop!
>
> Thorsten
>
>
>
> Dimitris Kolovos schrieb:
>> Hi Thorsten,
>>
>> A detailed tutorial for integrating EVL constraints with GMF editors
>> is available in
>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration Ideally,
>> like in the tutorial, you'd just need to write your constraints and
>> bind them to with the UML2 namespace uri.
>>
>> However, it seems that validation is not enabled for the UML2 Tools
>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
>> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>>
>> Cheers,
>> Dimitris
>>
>> Thorsten Arendt wrote:
>>> Hi!
>>>
>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>
>>> Who can help me?
>>>
>>> Regards,
>>> Thorsten
Re: EVL integration in UML2 Tools [message #623716 is a reply to message #476472] Tue, 12 May 2009 10:43 Go to previous message
Eclipse UserFriend
Originally posted by: arendt.mathematik.uni-marburg.de

Hi Dimitris!

I just found it out! Many Thanks.


Dimitris Kolovos schrieb:
> Hi Thorsten,
>
> The reason for this is that once constraints have been evaluated, EVL
> remains in a live state so that you can also invoke the available quick
> fixes. If you don't need to invoke any quick fixes, you can click the
> run-like arrow in the validation view and end the execution.
>
> Cheers,
> Dimitris
>
> Thorsten Arendt wrote:
>> Hi Dimitris!
>>
>> Thank you for your fast response.
>> I can execute the evl file via an EVL Validiation launch configuration
>> and the messages are shown in the validation view.
>> It works, but unfortunately there must be a mistake when launching:
>> the progress information shows an activity 'Loading models' and I
>> think there is an infinite loop!
>>
>> Thorsten
>>
>>
>>
>> Dimitris Kolovos schrieb:
>>> Hi Thorsten,
>>>
>>> A detailed tutorial for integrating EVL constraints with GMF editors
>>> is available in
>>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration Ideally,
>>> like in the tutorial, you'd just need to write your constraints and
>>> bind them to with the UML2 namespace uri.
>>>
>>> However, it seems that validation is not enabled for the UML2 Tools
>>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if we
>>> can get some help on this over at eclipse.modeling.mdt.uml2tools (added)
>>>
>>> Cheers,
>>> Dimitris
>>>
>>> Thorsten Arendt wrote:
>>>> Hi!
>>>>
>>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>>
>>>> Who can help me?
>>>>
>>>> Regards,
>>>> Thorsten
Re: EVL integration in UML2 Tools [message #623718 is a reply to message #476473] Tue, 12 May 2009 13:05 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Thorsten,

Glad to hear that! However the UML2 Tools question remains: Is it
possible to somehow enable/invoke validation in the UML2 Tools GMF-based
editors or would one need to regenerate the editors with the right flags on?

Cheers,
Dimitris

Thorsten Arendt wrote:
> Hi Dimitris!
>
> I just found it out! Many Thanks.
>
>
> Dimitris Kolovos schrieb:
>> Hi Thorsten,
>>
>> The reason for this is that once constraints have been evaluated, EVL
>> remains in a live state so that you can also invoke the available
>> quick fixes. If you don't need to invoke any quick fixes, you can
>> click the run-like arrow in the validation view and end the execution.
>>
>> Cheers,
>> Dimitris
>>
>> Thorsten Arendt wrote:
>>> Hi Dimitris!
>>>
>>> Thank you for your fast response.
>>> I can execute the evl file via an EVL Validiation launch
>>> configuration and the messages are shown in the validation view.
>>> It works, but unfortunately there must be a mistake when launching:
>>> the progress information shows an activity 'Loading models' and I
>>> think there is an infinite loop!
>>>
>>> Thorsten
>>>
>>>
>>>
>>> Dimitris Kolovos schrieb:
>>>> Hi Thorsten,
>>>>
>>>> A detailed tutorial for integrating EVL constraints with GMF editors
>>>> is available in
>>>> http://epsilonlabs.wiki.sourceforge.net/EVL-GMF+Integration
>>>> Ideally, like in the tutorial, you'd just need to write your
>>>> constraints and bind them to with the UML2 namespace uri.
>>>>
>>>> However, it seems that validation is not enabled for the UML2 Tools
>>>> (i.e. the Diagram menu doesn't have a Validate item). Let's see if
>>>> we can get some help on this over at eclipse.modeling.mdt.uml2tools
>>>> (added)
>>>>
>>>> Cheers,
>>>> Dimitris
>>>>
>>>> Thorsten Arendt wrote:
>>>>> Hi!
>>>>>
>>>>> I want to integrate my EVL constraints into UML2 Tools but there is
>>>>> no description (EpsilonBook, Cinema, ...) to do this.
>>>>>
>>>>> Who can help me?
>>>>>
>>>>> Regards,
>>>>> Thorsten
Previous Topic:Re: EVL integration in UML2 Tools
Next Topic:Exception raised when inserting Exit Connection Point References
Goto Forum:
  


Current Time: Fri Apr 19 23:06:01 GMT 2024

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

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

Back to the top