Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » EWL - Calling a wizard from a wizard
EWL - Calling a wizard from a wizard [message #16351] Wed, 29 April 2009 10:15 Go to next message
Louis Rose is currently offline Louis RoseFriend
Messages: 440
Registered: July 2009
Location: York, United Kingdom
Senior Member
A question from Lishan below...

-------- Original Message --------
Subject: wizards
Date: Wed, 29 Apr 2009 10:47:35 +0100
From: Lishan Simone Harbird <lishan@cs.york.ac.uk>
To: Louis Rose <louis@cs.york.ac.uk>

Louis,

Is there a way with wizards to call a wizard from another wizard ?


Lishan
Re: EWL - Calling a wizard from a wizard [message #16365 is a reply to message #16351] Wed, 29 April 2009 10:21 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Louis, Lishan,

No. If wizard A needs to "call" wizard B then a workaround like the
following can be used:

wizard A {

do {
...
b();
}

}

wizard B {
do {
b();
}
}

operation b() {
...
}

It wouldn't - most probably - be much work to actually allow wizards to
call each so please feel free to file an enhancement request in the
bugzilla.

Cheers,
Dimitris

Louis Rose wrote:
> A question from Lishan below...
>
> -------- Original Message --------
> Subject: wizards
> Date: Wed, 29 Apr 2009 10:47:35 +0100
> From: Lishan Simone Harbird <lishan@cs.york.ac.uk>
> To: Louis Rose <louis@cs.york.ac.uk>
>
> Louis,
>
> Is there a way with wizards to call a wizard from another wizard ?
>
>
> Lishan
Re: EWL - Calling a wizard from a wizard [message #567237 is a reply to message #16351] Wed, 29 April 2009 10:21 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Louis, Lishan,

No. If wizard A needs to "call" wizard B then a workaround like the
following can be used:

wizard A {

do {
...
b();
}

}

wizard B {
do {
b();
}
}

operation b() {
...
}

It wouldn't - most probably - be much work to actually allow wizards to
call each so please feel free to file an enhancement request in the
bugzilla.

Cheers,
Dimitris

Louis Rose wrote:
> A question from Lishan below...
>
> -------- Original Message --------
> Subject: wizards
> Date: Wed, 29 Apr 2009 10:47:35 +0100
> From: Lishan Simone Harbird <lishan@cs.york.ac.uk>
> To: Louis Rose <louis@cs.york.ac.uk>
>
> Louis,
>
> Is there a way with wizards to call a wizard from another wizard ?
>
>
> Lishan
Previous Topic:EWL - Calling a wizard from a wizard
Next Topic:EVL anf GMF mindmap example
Goto Forum:
  


Current Time: Fri Mar 29 06:24:03 GMT 2024

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

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

Back to the top