Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b8586b3215307cc694a1cdd845c61de864ead1ac (plain) (blame)
1
2
3
4
import org::eclipse::papyrus::message::editor::xtext::umlMessage;

sortedGreetings(Model this) :
	this.greetings.sortBy(g|g.name.toLowerCase());

Back to the top