Package org.apache.jena.sparql.function
Class FunctionBase2
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
collation,FN_CollationKey,FN_DateTime,FN_StrAfter,FN_StrBefore,FN_StrContains,FN_StrEndsWith,FN_StrStartsWith,langeq,Math_atan2,Math_pow,max,min,pow,pythagoras,root
public abstract class FunctionBase2 extends FunctionBase
Support for a function of one argument.
-
-
Constructor Summary
Constructors Constructor Description FunctionBase2()
-
Method Summary
All Methods Instance Methods Abstract 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 valuesabstract NodeValueexec(NodeValue v1, NodeValue v2)-
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
-
exec
public final NodeValue exec(java.util.List<NodeValue> args)
Description copied from class:FunctionBaseFunction call to a list of evaluated argument values- Specified by:
execin classFunctionBase
-
-