Class FUN_Select_Call_Template
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.function.library.FUN_Select_Call_Template
-
- All Implemented Interfaces:
Function
public class FUN_Select_Call_Template extends Object implements Function
Extension of st:call-template where the first parameter is a select * query (a string) the second parameter is the name of a template, the rest are the call parameters- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_Select_Call_Template()
-
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 String URI
-
-