Package org.topbraid.shacl.entailment
Interface SHACLEntailment.Engine
- All Known Implementing Classes:
RulesEntailment
- Enclosing class:
- SHACLEntailment
public static interface SHACLEntailment.Engine
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ModelcreateModelWithEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, ProgressMonitor monitor)
-
Method Details
-
createModelWithEntailment
org.apache.jena.rdf.model.Model createModelWithEntailment(org.apache.jena.query.Dataset dataset, URI shapesGraphURI, ShapesGraph shapesGraph, ProgressMonitor monitor) throws InterruptedException - Throws:
InterruptedException
-