Package org.apache.jena.sparql.function
Interface FunctionFactory
-
- All Known Implementing Classes:
FunctionCastXSD,UserDefinedFunctionFactory
public interface FunctionFactoryInterface for function factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Functioncreate(java.lang.String uri)Create a function with the given URI
-
-
-
Method Detail
-
create
Function create(java.lang.String uri)
Create a function with the given URI- Parameters:
uri- URI- Returns:
- Function
- Throws:
ExprBuildException- May be thrown if there is a problem creating a function
-
-