| EWL: How to run a sample wizard in UML Designer & Eclipse Mars [message #1718249] |
Mon, 21 December 2015 11:21  |
Eclipse User |
|
|
|
Hi,
After studying the EWL chapter of the Epsilon Book, I want to explore a small example wizard just as follows:
wizard applySignletonPattern {
guard : self.isKindOf(Class)
title : "Apply the Singleton pattern to " + self.name
do {
"It's Okay! Let's go and apply that.";
}
}
How can I run this wizard?
Of course, I have named it 'foo.ewl' in a UML Designer sample project. In addition, I have created a class in my model. What should I do after selecting my candidate class for applying pattern, i.e., here wizard "applySignletonPattern"?
Kind regards,
Alireza
[Updated on: Tue, 22 December 2015 04:09] by Moderator
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03821 seconds