
org.mod4j.dsl.presentation.xtext.validation.PresentationChecks.chk Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod4j-presentation-xtext Show documentation
Show all versions of mod4j-presentation-xtext Show documentation
This Eclipse plug-in project contains the Presentation xtext model.
The newest version!
/*
* This check file is used to specify constraints for the derived metamodels.
* They will be executed by the editor when the user saves a file.
* At generation time they will be executed as well.
*
* Example:
*
* import myDsl;
*
* context Class WARNING "Name should start with a capital" :
* name.toFirstUpper() == name;
*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy