Class LazyValidationReport


  • @InternalUseOnly
    public class LazyValidationReport
    extends ValidationReport
    A ValidationReport that will defer calculating any ValidationResults until the user asks for them
    • Method Detail

      • asModel

        public org.eclipse.rdf4j.model.Model asModel​(org.eclipse.rdf4j.model.Model model)
        Overrides:
        asModel in class ValidationReport
      • conforms

        public boolean conforms()
        Overrides:
        conforms in class ValidationReport
        Returns:
        false if the changes violated a SHACL Shape
      • isTruncated

        public boolean isTruncated()
        Description copied from class: ValidationReport
        Users can enable a limit for the number of validation results they want to accept. If the limit is reached the report will be marked as truncated.
        Overrides:
        isTruncated in class ValidationReport
        Returns:
        true if this SHACL validation report has been truncated.