Class SHACLFunctionsCache


  • public class SHACLFunctionsCache
    extends Object
    A cache that remembers previous calls to SHACL functions marked with sh:cachable.
    Author:
    Holger Knublauch
    • Constructor Detail

      • SHACLFunctionsCache

        public SHACLFunctionsCache()
    • Method Detail

      • 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)