Package org.eclipse.rdf4j.sail.shacl.ast
Class Shape.Factory
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.Shape.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ContextWithShape>getShapes(List<ContextWithShape> parsed)static List<ContextWithShape>getShapes(ShapeSource shapeSource, Shape.ParseSettings parseSettings)static List<ContextWithShape>getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapesGraph)static List<ContextWithShape>parse(ShapeSource shapeSource, Shape.ParseSettings parseSettings)static List<ContextWithShape>parse(ShapeSource shapeSource, ShapeSource.ShapesGraph shapesGraph, Shape.ParseSettings parseSettings)
-
-
-
Method Detail
-
getShapes
public static List<ContextWithShape> getShapes(ShapeSource shapeSource, Shape.ParseSettings parseSettings)
-
getShapes
public static List<ContextWithShape> getShapes(List<ContextWithShape> parsed)
-
parse
public static List<ContextWithShape> parse(ShapeSource shapeSource, Shape.ParseSettings parseSettings)
-
parse
public static List<ContextWithShape> parse(ShapeSource shapeSource, ShapeSource.ShapesGraph shapesGraph, Shape.ParseSettings parseSettings)
-
getShapesInContext
public static List<ContextWithShape> getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapesGraph)
-
-