Interface FunctionFactory

All Known Implementing Classes:
FunctionCastXSD, UserDefinedFunctionFactory

public interface FunctionFactory
Interface for function factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a function with the given URI
  • Method Details

    • create

      Function create(String uri)
      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