Uses of Package
org.topbraid.jenax.functions
-
Packages that use org.topbraid.jenax.functions Package Description org.topbraid.jenax.functions org.topbraid.shacl.arq org.topbraid.shacl.arq.functions -
Classes in org.topbraid.jenax.functions used by org.topbraid.jenax.functions Class Description AbstractFunction Base implementation of Function comparable to Jena's FunctionBase.CurrentThreadFunctionRegistry An ARQ FunctionRegistry that can be used to associate functions with Threads, so that additional functions from a given Model can be made visible depending on the SPARQL query thread.CurrentThreadFunctions A helper object that can be used to register SPARQL functions per thread, e.g.DeclarativeFunctionDriver Can be used to define custom function factories such as spinx.DeclarativeFunctionDrivers The singleton that creates ARQ FunctionFactories from (SHACL, SPIN) function declarations.DeclarativeFunctionFactory A marker interface that makes it possible to distinguish SPIN functions from other functions in the FunctionRegistry. -
Classes in org.topbraid.jenax.functions used by org.topbraid.shacl.arq Class Description DeclarativeFunctionFactory A marker interface that makes it possible to distinguish SPIN functions from other functions in the FunctionRegistry.OptionalArgsFunction -
Classes in org.topbraid.jenax.functions used by org.topbraid.shacl.arq.functions Class Description AbstractFunction Base implementation of Function comparable to Jena's FunctionBase.AbstractFunction1 An abstract superclass for Functions with 1 argument.AbstractFunction2 An abstract superclass for Functions with 2 arguments.AbstractFunction3 An abstract superclass for Functions with 3 arguments.DeclarativeFunctionDriver Can be used to define custom function factories such as spinx.DeclarativeFunctionFactory A marker interface that makes it possible to distinguish SPIN functions from other functions in the FunctionRegistry.OptionalArgsFunction