Uses of Interface
org.topbraid.jenax.functions.DeclarativeFunctionDriver
Packages that use DeclarativeFunctionDriver
-
Uses of DeclarativeFunctionDriver in org.topbraid.jenax.functions
Classes in org.topbraid.jenax.functions that implement DeclarativeFunctionDriverModifier and TypeClassDescriptionclassThe singleton that creates ARQ FunctionFactories from (SHACL, SPIN) function declarations.Methods in org.topbraid.jenax.functions with parameters of type DeclarativeFunctionDriverModifier and TypeMethodDescriptionvoidDeclarativeFunctionDrivers.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 DeclarativeFunctionDriverModifier and TypeClassDescriptionclassA DeclarativeFunctionDriver for SHACL-SPARQL functions.