public class ValidationReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conforms() |
static ValidationReport.Builder |
create() |
static ValidationReport |
fromGraph(Graph graph) |
static ValidationReport |
fromGraph(Graph graph,
Node node) |
static ValidationReport |
fromModel(Model model) |
Collection<org.apache.jena.shacl.validation.ReportEntry> |
getEntries() |
Graph |
getGraph() |
Model |
getModel() |
Resource |
getResource() |
static ValidationReport |
reportConformsTrue()
Return an immutable report that records no validation errors (violations or any other level of severity)
|
public static ValidationReport.Builder create()
public static ValidationReport reportConformsTrue()
public Collection<org.apache.jena.shacl.validation.ReportEntry> getEntries()
public Resource getResource()
public Model getModel()
public Graph getGraph()
public boolean conforms()
public static ValidationReport fromGraph(Graph graph, Node node)
public static ValidationReport fromModel(Model model)
public static ValidationReport fromGraph(Graph graph)
Licenced under the Apache License, Version 2.0