Class context
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.library.context
-
- All Implemented Interfaces:
Function
public class context extends FunctionBase
Function that returns the value of a context setting.
-
-
Constructor Summary
Constructors Constructor Description context()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckBuild(java.lang.String uri, ExprList args)NodeValueexec(java.util.List<NodeValue> args)Function call to a list of evaluated argument valuesstatic NodeValueget(Symbol symbol, FunctionEnv env)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
checkBuild
public void checkBuild(java.lang.String uri, ExprList args)- Specified by:
checkBuildin classFunctionBase
-
get
public static NodeValue get(Symbol symbol, FunctionEnv env)
-
exec
public NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBaseFunction call to a list of evaluated argument values- Specified by:
execin classFunctionBase
-
-