public class SHACLSuggestionGeneratorFactory extends Object
| Constructor and Description |
|---|
SHACLSuggestionGeneratorFactory() |
| Modifier and Type | Method and Description |
|---|---|
SHACLSuggestionGenerator |
createSuggestionGenerator(org.apache.jena.rdf.model.Model dataModel,
org.apache.jena.rdf.model.Model shapesModel)
Default implementation returns nothing - no implementation is provided as part of the
open source package.
|
static SHACLSuggestionGeneratorFactory |
get() |
static void |
set(SHACLSuggestionGeneratorFactory value) |
public static SHACLSuggestionGeneratorFactory get()
public static void set(SHACLSuggestionGeneratorFactory value)
public SHACLSuggestionGenerator createSuggestionGenerator(org.apache.jena.rdf.model.Model dataModel, org.apache.jena.rdf.model.Model shapesModel)
dataModel - the data graph to operate onshapesModel - the shapes graph to operate onSHACLSuggestionGenerator or nullCopyright © 2017 TopQuadrant, Inc.. All rights reserved.