java.lang.Object
org.apache.jena.shacl.ValidationReport
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
conforms()
static ValidationReport.Builder
create()
static ValidationReport
fromGraph
(org.apache.jena.graph.Graph graph) static ValidationReport
fromGraph
(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node) static ValidationReport
fromModel
(org.apache.jena.rdf.model.Model model) org.apache.jena.graph.Graph
getGraph()
org.apache.jena.rdf.model.Model
getModel()
org.apache.jena.rdf.model.Resource
static ValidationReport
Return an immutable report that records no validation errors (violations or any other level of severity)
-
Method Details
-
create
-
reportConformsTrue
Return an immutable report that records no validation errors (violations or any other level of severity) -
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
-
fromGraph
-