public class ValidationEngineFactory extends Object
| Constructor and Description |
|---|
ValidationEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
ValidationEngine |
create(org.apache.jena.query.Dataset dataset,
URI shapesGraphURI,
ShapesGraph shapesGraph,
org.apache.jena.rdf.model.Resource report)
Constructs a new ValidationEngine.
|
static ValidationEngineFactory |
get() |
static void |
set(ValidationEngineFactory value) |
public static ValidationEngineFactory get()
public static void set(ValidationEngineFactory value)
public ValidationEngine create(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, org.apache.jena.rdf.model.Resource report)
dataset - the Dataset to operate onshapesGraphURI - the URI of the shapes graph (must be in the dataset)shapesGraph - the ShapesGraph with the shapes to validate againstreport - the sh:ValidationReport object in the results Model, or null to create a new oneCopyright © 2019 TopQuadrant, Inc.. All rights reserved.