java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase2
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
collation
,ContainsFct
,ContainsKeyFct
,ContainsTermFct
,FN_CollationKey
,FN_DateTime
,FN_StrAfter
,FN_StrBefore
,FN_StrContains
,FN_StrEndsWith
,FN_StrStartsWith
,GetFct
,langeq
,Math_atan2
,Math_pow
,max
,MergeFct
,min
,Op_NumericIntegerDivide
,Op_NumericMod
,pow
,pythagoras
,RemoveFct
,root
Support for functions with two arguments.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec
-
Constructor Details
-
FunctionBase2
public FunctionBase2()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-
exec
-