Uses of Interface
org.topbraid.jenax.functions.DeclarativeFunctionFactory
-
Packages that use DeclarativeFunctionFactory Package Description org.topbraid.jenax.functions org.topbraid.shacl.arq org.topbraid.shacl.arq.functions -
-
Uses of DeclarativeFunctionFactory in org.topbraid.jenax.functions
Methods in org.topbraid.jenax.functions that return DeclarativeFunctionFactory Modifier and Type Method Description DeclarativeFunctionFactoryDeclarativeFunctionDriver. create(org.apache.jena.rdf.model.Resource function)If this factory is responsible for the provided function Resource then it must create a FunctionFactory which can then be registered.DeclarativeFunctionFactoryDeclarativeFunctionDrivers. create(org.apache.jena.rdf.model.Resource function) -
Uses of DeclarativeFunctionFactory in org.topbraid.shacl.arq
Classes in org.topbraid.shacl.arq that implement DeclarativeFunctionFactory Modifier and Type Class Description classSHACLARQFunctionAn ARQ function that is based on a SHACL function definition. -
Uses of DeclarativeFunctionFactory in org.topbraid.shacl.arq.functions
Classes in org.topbraid.shacl.arq.functions that implement DeclarativeFunctionFactory Modifier and Type Class Description classSHACLSPARQLARQFunctionAn ARQ function that is based on a sh:SPARQLFunction.Methods in org.topbraid.shacl.arq.functions that return DeclarativeFunctionFactory Modifier and Type Method Description DeclarativeFunctionFactorySHACLSPARQLFunctionDriver. create(org.apache.jena.rdf.model.Resource shaclFunction)
-