Package org.topbraid.shacl.arq
Class SHACLFunctionsCache
java.lang.Object
org.topbraid.shacl.arq.SHACLFunctionsCache
A cache that remembers previous calls to SHACL functions marked with sh:cachable.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()org.apache.jena.sparql.expr.NodeValueexecute(SHACLARQFunction function, org.apache.jena.query.Dataset dataset, org.apache.jena.rdf.model.Model defaultModel, org.apache.jena.query.QuerySolution bindings, org.apache.jena.graph.Node[] args) static SHACLFunctionsCacheget()static voidset(SHACLFunctionsCache value)
-
Constructor Details
-
SHACLFunctionsCache
public SHACLFunctionsCache()
-
-
Method Details
-
get
-
set
-
clear
public void clear() -
execute
public org.apache.jena.sparql.expr.NodeValue execute(SHACLARQFunction function, org.apache.jena.query.Dataset dataset, org.apache.jena.rdf.model.Model defaultModel, org.apache.jena.query.QuerySolution bindings, org.apache.jena.graph.Node[] args)
-