Interface IModelValidator

  • All Known Implementing Classes:
    ModelValidator

    public interface IModelValidator
    TODO
    • Method Detail

      • validate

        boolean validate​(EObject eObject,
                         String name)
        Validates an EObject. A name can be specified to improve a potential diagnostic in a specific implementation.
        Parameters:
        eObject - the object to validate
        name - the name of the object
        Returns:
        true if the validation was ok, false otherwise.