Interface Validator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.emf.common.util.Diagnostic> validate​(org.eclipse.emf.ecore.EObject eObject)
      Method is called by the ValidationService to retrieve addition validation information for the given EObject.
    • Method Detail

      • validate

        java.util.List<org.eclipse.emf.common.util.Diagnostic> validate​(org.eclipse.emf.ecore.EObject eObject)
        Method is called by the ValidationService to retrieve addition validation information for the given EObject.
        Parameters:
        eObject - the EObject to validate
        Returns:
        the List of additional Diagnostics for the EObject