| Modifier and Type | Method and Description |
|---|---|
ValidationReport |
ValidationReport.Builder.build() |
static ValidationReport |
ValidationReport.fromGraph(Graph graph) |
static ValidationReport |
ValidationReport.fromGraph(Graph graph,
Node node) |
static ValidationReport |
ValidationReport.fromModel(Model model) |
ValidationReport |
ShaclValidationException.getReport() |
static ValidationReport |
ValidationReport.reportConformsTrue()
Return an immutable report that records no validation errors (violations or any other level of severity)
|
static ValidationReport |
GraphValidation.update(Shapes shapes,
Graph data,
Runnable update)
Update the graph.
|
static ValidationReport |
GraphValidation.updateAndReport(Shapes shapes,
Graph data,
Runnable update)
Update the graph.
|
default ValidationReport |
ShaclValidator.validate(Graph shapesGraph,
Graph data)
Produce a full validation report.
|
ValidationReport |
ShaclValidator.validate(Shapes shapes,
Graph data)
Produce a full validation report.
|
ValidationReport |
ShaclValidator.validate(Shapes shapes,
Graph data,
Node node)
Produce a full validation report for this node in the data.
|
| Constructor and Description |
|---|
ShaclValidationException(ValidationReport report) |
Licenced under the Apache License, Version 2.0