- java.lang.Object
-
- org.apache.jena.shex.ShexReport
-
public class ShexReport extends java.lang.ObjectShEx validation report.This has a ShEx defined structure (one item per shape) and also all the validation item reports, more in the style of SHACL.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShexReport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconforms()static ShexReport.Buildercreate()voidforEachReport(java.util.function.Consumer<ShexRecord> action)GraphgetGraph()ModelgetModel()ResourcegetResource()booleanhasReports()
-
-
-
Method Detail
-
create
public static ShexReport.Builder create()
-
hasReports
public boolean hasReports()
-
forEachReport
public void forEachReport(java.util.function.Consumer<ShexRecord> action)
-
getResource
public Resource getResource()
-
getModel
public Model getModel()
-
getGraph
public Graph getGraph()
-
conforms
public boolean conforms()
-
-