public static class ValidationReport.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPrefixes(PrefixMapping pmap) |
void |
addReportEntry(org.apache.jena.shacl.validation.ReportEntry e) |
void |
addReportEntry(org.apache.jena.shacl.validation.ReportItem item,
org.apache.jena.shacl.parser.Shape shape,
Node focusNode,
Path path,
org.apache.jena.shacl.parser.Constraint constraint) |
void |
addReportEntry(org.apache.jena.shacl.validation.ReportItem item,
org.apache.jena.shacl.engine.exec.TripleValidator validator,
Triple triple) |
void |
addReportEntry(String message,
org.apache.jena.shacl.parser.Shape shape,
Node focusNode,
Path path,
Node valueNode,
org.apache.jena.shacl.parser.Constraint constraint) |
ValidationReport |
build() |
public void addPrefixes(PrefixMapping pmap)
public void addReportEntry(org.apache.jena.shacl.validation.ReportItem item, org.apache.jena.shacl.parser.Shape shape, Node focusNode, Path path, org.apache.jena.shacl.parser.Constraint constraint)
public void addReportEntry(String message, org.apache.jena.shacl.parser.Shape shape, Node focusNode, Path path, Node valueNode, org.apache.jena.shacl.parser.Constraint constraint)
public void addReportEntry(org.apache.jena.shacl.validation.ReportItem item, org.apache.jena.shacl.engine.exec.TripleValidator validator, Triple triple)
public void addReportEntry(org.apache.jena.shacl.validation.ReportEntry e)
public ValidationReport build()
Licenced under the Apache License, Version 2.0