Class pow
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase2
-
- org.apache.jena.sparql.function.library.leviathan.pow
-
- All Implemented Interfaces:
Function
public class pow extends FunctionBase2
-
-
Constructor Summary
Constructors Constructor Description pow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValue
exec(NodeValue v1, NodeValue v2)
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase2
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue v1, NodeValue v2)
- Specified by:
exec
in classFunctionBase2
-
-