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 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 Stream<ShapeSource.ShapesGraph>BackwardChainingShapeSource. getAllShapeContexts()Stream<ShapeSource.ShapesGraph>CombinedShapeSource. getAllShapeContexts()Stream<ShapeSource.ShapesGraph>Rdf4jShaclShapeGraphShapeSource. getAllShapeContexts()Stream<ShapeSource.ShapesGraph>RepositoryConnectionShapeSource. getAllShapeContexts()Stream<ShapeSource.ShapesGraph>SailConnectionShapeSource. getAllShapeContexts()Stream<ShapeSource.ShapesGraph>ShapeSource. getAllShapeContexts()static Stream<ShapeSource.ShapesGraph>ShapeSource. getRsxDataAndShapesGraphLink(org.eclipse.rdf4j.repository.RepositoryConnection connection, org.eclipse.rdf4j.model.Resource[] context)static Stream<ShapeSource.ShapesGraph>ShapeSource. getRsxDataAndShapesGraphLink(SailConnection connection, org.eclipse.rdf4j.model.Resource[] context)
-