Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type CacheModifier and TypeMethodDescription(package private) 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 List
<ContextWithShape> Shape.Factory.getShapesInContext
(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph) 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) -
Uses of Cache in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type CacheModifierConstructorDescriptionAndConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) NotConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) OrConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) QualifiedMaxCountConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Boolean qualifiedValueShapesDisjoint, Long qualifiedMaxCount) QualifiedMinCountConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Boolean qualifiedValueShapesDisjoint, Long qualifiedMinCount) XoneConstraintComponent
(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)