java.lang.Object
org.apache.jena.sparql.expr.nodevalue.NodeValueOps
The code parts of arithmetic operations on
NodeValue
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NodeValue
additionNV
(NodeValue nv1, NodeValue nv2) Add twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
divisionNV
(NodeValue nv1, NodeValue nv2) Divide twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
multiplicationNV
(NodeValue nv1, NodeValue nv2) Multiple twoNodeValues
, with all the extra datatypes and extensions supported.static NodeValue
subtractionNV
(NodeValue nv1, NodeValue nv2) Subtract twoNodeValues
, with all the extra datatypes and extensions supported.
-
Constructor Details
-
NodeValueOps
public NodeValueOps()
-
-
Method Details
-
additionNV
Add twoNodeValues
, with all the extra datatypes and extensions supported. -
subtractionNV
Subtract twoNodeValues
, with all the extra datatypes and extensions supported. -
multiplicationNV
Multiple twoNodeValues
, with all the extra datatypes and extensions supported. -
divisionNV
Divide twoNodeValues
, with all the extra datatypes and extensions supported.
-