Package org.topbraid.shacl.engine
Class ShapesGraphFactory
- java.lang.Object
-
- org.topbraid.shacl.engine.ShapesGraphFactory
-
public class ShapesGraphFactory extends Object
The singleton that should be used to construct ShapesGraph instances. Can be overloaded to make customizations.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description ShapesGraphFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapesGraphcreateShapesGraph(org.apache.jena.rdf.model.Model shapesModel)static ShapesGraphFactoryget()static voidset(ShapesGraphFactory value)
-
-
-
Method Detail
-
get
public static ShapesGraphFactory get()
-
set
public static void set(ShapesGraphFactory value)
-
createShapesGraph
public ShapesGraph createShapesGraph(org.apache.jena.rdf.model.Model shapesModel)
-
-