Class ST_Concat
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.function.library.ST_Concat
-
- All Implemented Interfaces:
Function
public class ST_Concat extends Object implements Function
https://ns.inria.fr/sparql-template/ sec. 4.3 A named template is called by name with parameter values using the st:call-template function. When several parameters occur, parameter passing is done by position (i.e. not by name).- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description ST_Concat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(String uri, ExprList args)
NodeValue
exec(Binding binding, ExprList args, String uri, FunctionEnv env)
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-