Uses of Interface
org.eclipse.rdf4j.sail.shacl.wrapper.shape.ShapeSource
-
-
Uses of ShapeSource in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeSource Modifier and Type Method Description static ShaclPrefixParser.Namespaces
ShaclPrefixParser. extractNamespaces(Resource id, ShapeSource shapeSource)
(package private) java.util.List<ConstraintComponent>
Shape. getConstraintComponents(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
static NodeShape
NodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
static PropertyShape
PropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
static java.util.List<ContextWithShape>
Shape.Factory. getShapes(ShapeSource shapeSource, Shape.ParseSettings parseSettings)
static java.util.List<ContextWithShape>
Shape.Factory. getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph)
static java.util.List<ContextWithShape>
Shape.Factory. parse(ShapeSource shapeSource, Shape.ParseSettings parseSettings)
static java.util.List<ContextWithShape>
Shape.Factory. parse(ShapeSource shapeSource, ShapeSource.ShapesGraph shapesGraph, Shape.ParseSettings parseSettings)
void
NodeShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)
void
PropertyShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)
void
Shape. populate(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
private static java.util.List<Value>
ShaclAstLists. toList(ShapeSource shapeSource, Resource head)
static <T extends Value>
java.util.List<T>ShaclAstLists. toList(ShapeSource shapeSource, Resource head, java.lang.Class<T> type)
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeSource Constructor Description ShaclProperties(Resource id, ShapeSource connection)
-
Uses of ShapeSource in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
-
Uses of ShapeSource in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ShapeSource Modifier and Type Method Description static Path
Path. buildPath(ShapeSource shapeSource, Resource id)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ShapeSource Constructor Description AlternativePath(Resource id, Resource paths, ShapeSource shapeSource)
InversePath(Resource id, Resource path, ShapeSource shapeSource)
OneOrMorePath(Resource id, Resource path, ShapeSource shapeSource)
SequencePath(Resource id, ShapeSource shapeSource)
ZeroOrMorePath(Resource id, Resource path, ShapeSource shapeSource)
ZeroOrOnePath(Resource id, Resource path, ShapeSource shapeSource)
-
Uses of ShapeSource in org.eclipse.rdf4j.sail.shacl.ast.targets
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ShapeSource Constructor Description RSXTargetShape(Resource targetShape, ShapeSource shapeSource, Shape.ParseSettings parseSettings)
SparqlTarget(Resource id, ShapeSource shapeSource)
-
Uses of ShapeSource in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.shape that implement ShapeSource Modifier and Type Class Description class
BackwardChainingShapeSource
class
CombinedShapeSource
class
Rdf4jShaclShapeGraphShapeSource
class
RepositoryConnectionShapeSource
class
SailConnectionShapeSource
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return ShapeSource Modifier and Type Method Description ShapeSource
CombinedShapeSource. withContext(Resource[] context)
ShapeSource
ShapeSource. withContext(Resource[] context)
-