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.NamespacesShaclPrefixParser. extractNamespaces(Resource id, ShapeSource shapeSource)(package private) java.util.List<ConstraintComponent>Shape. getConstraintComponents(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)static NodeShapeNodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)static PropertyShapePropertyShape. 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)voidNodeShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidPropertyShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidShape. 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 PathPath. 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 classBackwardChainingShapeSourceclassCombinedShapeSourceclassRdf4jShaclShapeGraphShapeSourceclassRepositoryConnectionShapeSourceclassSailConnectionShapeSourceMethods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return ShapeSource Modifier and Type Method Description ShapeSourceCombinedShapeSource. withContext(Resource[] context)ShapeSourceShapeSource. withContext(Resource[] context)
-