Package org.topbraid.shacl.arq.functions
Class SHACLSPARQLFunctionDriver
- java.lang.Object
-
- org.topbraid.shacl.arq.functions.SHACLSPARQLFunctionDriver
-
- All Implemented Interfaces:
DeclarativeFunctionDriver
public class SHACLSPARQLFunctionDriver extends Object implements DeclarativeFunctionDriver
A DeclarativeFunctionDriver for SHACL-SPARQL functions.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description SHACLSPARQLFunctionDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeclarativeFunctionFactorycreate(org.apache.jena.rdf.model.Resource shaclFunction)If this factory is responsible for the provided function Resource then it must create a FunctionFactory which can then be registered.
-
-
-
Method Detail
-
create
public DeclarativeFunctionFactory create(org.apache.jena.rdf.model.Resource shaclFunction)
Description copied from interface:DeclarativeFunctionDriverIf this factory is responsible for the provided function Resource then it must create a FunctionFactory which can then be registered.- Specified by:
createin interfaceDeclarativeFunctionDriver- Parameters:
shaclFunction- the function's declaration resource- Returns:
- the FunctionFactory or null if this is not responsible
-
-