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