Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Cache
-
Packages that use Cache Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents -
-
Uses of Cache in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Cache Modifier and Type Method Description static NodeShapeNodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)static PropertyShapePropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)voidNodeShape. populate(ShaclProperties properties, ShapeSource connection, Cache cache, ShaclSail shaclSail)voidPropertyShape. populate(ShaclProperties properties, ShapeSource connection, Cache cache, ShaclSail shaclSail)voidShape. populate(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail) -
Uses of Cache in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Cache Constructor Description AndConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)NotConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)OrConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)QualifiedMaxCountConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMaxCount)QualifiedMinCountConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMinCount)XoneConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)
-