Package org.topbraid.jenax.functions
Interface DeclarativeFunctionDriver
-
- All Known Implementing Classes:
DeclarativeFunctionDrivers,SHACLSPARQLFunctionDriver
public interface DeclarativeFunctionDriverCan be used to define custom function factories such as spinx.- Author:
- Holger Knublauch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeclarativeFunctionFactorycreate(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.
-
-
-
Method Detail
-
create
DeclarativeFunctionFactory 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.- Parameters:
function- the function's declaration resource- Returns:
- the FunctionFactory or null if this is not responsible
-
-