Uses of Class
org.eclipse.rdf4j.sail.shacl.wrapper.shape.ShapeSource.ShapesGraph
-
Packages that use ShapeSource.ShapesGraph Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.wrapper.shape -
-
Uses of ShapeSource.ShapesGraph in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeSource.ShapesGraph Modifier and Type Method Description static java.util.List<ContextWithShape>
Shape.Factory. parse(ShapeSource shapeSource, ShapeSource.ShapesGraph shapesGraph, Shape.ParseSettings parseSettings)
-
Uses of ShapeSource.ShapesGraph in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type ShapeSource.ShapesGraph Modifier and Type Method Description java.util.stream.Stream<ShapeSource.ShapesGraph>
BackwardChainingShapeSource. getAllShapeContexts()
java.util.stream.Stream<ShapeSource.ShapesGraph>
CombinedShapeSource. getAllShapeContexts()
java.util.stream.Stream<ShapeSource.ShapesGraph>
Rdf4jShaclShapeGraphShapeSource. getAllShapeContexts()
java.util.stream.Stream<ShapeSource.ShapesGraph>
RepositoryConnectionShapeSource. getAllShapeContexts()
java.util.stream.Stream<ShapeSource.ShapesGraph>
SailConnectionShapeSource. getAllShapeContexts()
java.util.stream.Stream<ShapeSource.ShapesGraph>
ShapeSource. getAllShapeContexts()
static java.util.stream.Stream<ShapeSource.ShapesGraph>
ShapeSource. getRsxDataAndShapesGraphLink(RepositoryConnection connection, Resource[] context)
static java.util.stream.Stream<ShapeSource.ShapesGraph>
ShapeSource. getRsxDataAndShapesGraphLink(SailConnection connection, Resource[] context)
-