Class ITER_Call_Select
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.iterator.IteratorStreamFunctionBase
-
- fr.mines_stetienne.ci.sparql_generate.iterator.library.ITER_Call_Select
-
- All Implemented Interfaces:
IteratorFunction
public class ITER_Call_Select extends IteratorStreamFunctionBase
Iterator function iter:call-select takes as input a IRI to a SPARQL-Select document, runs it on the current Dataset, and binds the given variables to the output of the select query, in order.- Param 1: (select) is the IRI to a SPARQL-Select document
- Param 2 to n: are the call parameters corresponding to the SPARQL-Select query signature
- Author:
- Maxime Lefrançois
-
-
Field Summary
Fields Modifier and Type Field Description static StringURI-
Fields inherited from class fr.mines_stetienne.ci.sparql_generate.iterator.IteratorStreamFunctionBase
arguments
-
-
Constructor Summary
Constructors Constructor Description ITER_Call_Select()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckBuild(ExprList args)Partially checks if the iterator function can be executed with the given arguments.voidexec(List<NodeValue> args, Consumer<List<List<NodeValue>>> collectionListNodeValue)IteratorFunction call to a list of evaluated argument values.-
Methods inherited from class fr.mines_stetienne.ci.sparql_generate.iterator.IteratorStreamFunctionBase
build, exec, getContext
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
public void exec(List<NodeValue> args, Consumer<List<List<NodeValue>>> collectionListNodeValue)
Description copied from class:IteratorStreamFunctionBaseIteratorFunction call to a list of evaluated argument values.- Specified by:
execin classIteratorStreamFunctionBase- Parameters:
args- -collectionListNodeValue- - where to emit collections of nodevalues
-
checkBuild
public void checkBuild(ExprList args)
Description copied from class:IteratorStreamFunctionBasePartially checks if the iterator function can be executed with the given arguments.- Specified by:
checkBuildin classIteratorStreamFunctionBase- Parameters:
args- -
-
-