Uses of Interface
org.topbraid.jenax.functions.DeclarativeFunctionDriver
-
Packages that use DeclarativeFunctionDriver Package Description org.topbraid.jenax.functions org.topbraid.shacl.arq.functions -
-
Uses of DeclarativeFunctionDriver in org.topbraid.jenax.functions
Classes in org.topbraid.jenax.functions that implement DeclarativeFunctionDriver Modifier and Type Class Description classDeclarativeFunctionDriversThe singleton that creates ARQ FunctionFactories from (SHACL, SPIN) function declarations.Methods in org.topbraid.jenax.functions with parameters of type DeclarativeFunctionDriver Modifier and Type Method Description voidDeclarativeFunctionDrivers. register(org.apache.jena.rdf.model.Property predicate, DeclarativeFunctionDriver driver)Registers a new DeclarativeFunctionDriver for a given key predicate. -
Uses of DeclarativeFunctionDriver in org.topbraid.shacl.arq.functions
Classes in org.topbraid.shacl.arq.functions that implement DeclarativeFunctionDriver Modifier and Type Class Description classSHACLSPARQLFunctionDriverA DeclarativeFunctionDriver for SHACL-SPARQL functions.
-