com.hp.hpl.jena.sparql.function
Interface FunctionFactory

All Known Implementing Classes:
CastXSD, CastXSD_Boolean, CastXSD_DateTime, CastXSD_Numeric, UserDefinedFunctionFactory

public interface FunctionFactory

Interface for function factories.


Method Summary
 Function create(String uri)
          Create a function with the given URI
 

Method Detail

create

Function create(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


Licenced under the Apache License, Version 2.0