Class ValidationReport

java.lang.Object
org.apache.jena.shacl.ValidationReport

public class ValidationReport extends Object
  • Method Details

    • create

      public static ValidationReport.Builder create()
    • reportConformsTrue

      public static ValidationReport reportConformsTrue()
      Return an immutable report that records no validation errors (violations or any other level of severity)
    • getEntries

      public Collection<ReportEntry> getEntries()
    • getResource

      public org.apache.jena.rdf.model.Resource getResource()
    • getModel

      public org.apache.jena.rdf.model.Model getModel()
    • getGraph

      public org.apache.jena.graph.Graph getGraph()
    • conforms

      public boolean conforms()
    • fromGraph

      public static ValidationReport fromGraph(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node)
    • fromModel

      public static ValidationReport fromModel(org.apache.jena.rdf.model.Model model)
    • fromGraph

      public static ValidationReport fromGraph(org.apache.jena.graph.Graph graph)