java.lang.Object
org.apache.jena.sparql.expr.nodevalue.NodeValueOps
The code parts of arithmetic operations on
NodeValue
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeValue
additionNV
(NodeValue nv1, NodeValue nv2) static NodeValue
divisionNV
(NodeValue nv1, NodeValue nv2) static NodeValue
multiplicationNV
(NodeValue nv1, NodeValue nv2) static NodeValue
subtractionNV
(NodeValue nv1, NodeValue nv2)
-
Constructor Details
-
NodeValueOps
public NodeValueOps()
-
-
Method Details
-
additionNV
-
subtractionNV
-
multiplicationNV
-
divisionNV
-