Uses of Interface
net.ssehub.easy.dslCore.validation.ValidationUtils.IModelValidationCallback
Packages that use ValidationUtils.IModelValidationCallback
-
Uses of ValidationUtils.IModelValidationCallback in net.ssehub.easy.dslCore.validation
Methods in net.ssehub.easy.dslCore.validation with parameters of type ValidationUtils.IModelValidationCallbackModifier and TypeMethodDescriptionstatic <R extends org.eclipse.emf.ecore.EObject,T>
voidValidationUtils.checkModel(R unit, ValidationUtils.IModelValidationCallback<R, T> callback, boolean debug) Checks the model on top-level element layer on-save through editor hook, if enabled.static <R extends org.eclipse.emf.ecore.EObject,T>
voidValidationUtils.checkModelFromValidation(R unit, ValidationUtils.IModelValidationCallback<R, T> callback, boolean debug) Checks the model on top-level element layer, called through builder validation.private static <R extends org.eclipse.emf.ecore.EObject,T>
voidValidationUtils.doCheckModel(R unit, ValidationUtils.IModelValidationCallback<R, T> callback, boolean debug) Checks the model on top-level element layer.