Class ST_Call_Template
- java.lang.Object
 - 
- fr.mines_stetienne.ci.sparql_generate.function.library.ST_Call_Template
 
 
- 
- All Implemented Interfaces:
 Function
public class ST_Call_Template 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_Call_Template() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(String uri, ExprList args)NodeValueexec(Binding binding, ExprList args, String uri, FunctionEnv env) 
 - 
 
- 
- 
Field Detail
- 
URI
public static String URI
 
 - 
 
 -