Class ShapeSource.ShapesGraph
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.wrapper.shape.ShapeSource.ShapesGraph
-
- Enclosing interface:
- ShapeSource
public static class ShapeSource.ShapesGraph extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static Resource[]
allContext
private Resource[]
dataGraph
private Resource[]
shapesGraph
-
Constructor Summary
Constructors Constructor Description ShapesGraph(java.util.List<Resource> dataGraph, java.util.List<Resource> shapesGraph)
ShapesGraph(IRI shapesGraph)
ShapesGraph(Resource dataGraph, java.util.List<? extends Statement> shapesGraph)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource[]
getDataGraph()
Resource[]
getShapesGraph()
private static Resource
handleDefaultGraph(Resource graph)
-