All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mod4j.dsl.presentation.xtext.validation.PresentationChecks.chk Maven / Gradle / Ivy

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