Class SPARQLExtFunction
- java.lang.Object
 - 
- fr.mines_stetienne.ci.sparql_generate.function.SPARQLExtFunction
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intCACHE_SIZE 
- 
Constructor Summary
Constructors Constructor Description SPARQLExtFunction(SPARQLExtQuery function) 
- 
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
- 
CACHE_SIZE
public static final int CACHE_SIZE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
SPARQLExtFunction
public SPARQLExtFunction(SPARQLExtQuery function)
 
 - 
 
 -