java.lang.Object
org.apache.jena.shex.ShexReport.Builder
- Enclosing class:
- ShexReport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPrefixes
(org.apache.jena.shared.PrefixMapping pmap) void
build()
getItems()
boolean
boolean
void
shexReport
(ShexRecord entry) void
shexReport
(ShexRecord entry, org.apache.jena.graph.Node focusNode, ShexStatus result, String reason) Create a new report line item from an existing (shex map) entry and add it to the reports
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hasEntries
public boolean hasEntries() -
hasReports
public boolean hasReports() -
getItems
-
getReports
-
addReportItem
-
shexReport
public void shexReport(ShexRecord entry, org.apache.jena.graph.Node focusNode, ShexStatus result, String reason) Create a new report line item from an existing (shex map) entry and add it to the reports -
shexReport
-
build