- All Known Implementing Classes:
FunctionCastXSD
,UserDefinedFunctionFactory
public interface FunctionFactory
Interface for function factories.
-
Method Summary
-
Method Details
-
create
Create a function with the given URI- Parameters:
uri
- URI- Returns:
- Function
- Throws:
SSE_ExprBuildException
- May be thrown if there is a problem creating a function
-