Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dbbe94bb45b7f7e211e0fa8826ee60c91bae3b7f (plain) (blame)
1
2
3
4
import org::eclipse::papyrus::transition::editor::xtext::umlTransition;

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

Back to the top