Interface IteratorFunctionFactory
-
public interface IteratorFunctionFactoryInterface for iterator function factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IteratorFunctioncreate(String uri)Create a iterator function with the given URI
-
-
-
Method Detail
-
create
IteratorFunction create(String uri)
Create a iterator function with the given URI- Parameters:
uri- URI- Returns:
- IteratorFunction
- Throws:
SSE_ExprBuildException- May be thrown if there is a problem creating a iterator function
-
-