Class NodeValueOps
- java.lang.Object
-
- org.apache.jena.sparql.expr.nodevalue.NodeValueOps
-
public class NodeValueOps extends java.lang.ObjectThe code parts of arithmetic operations onNodeValues.
-
-
Constructor Summary
Constructors Constructor Description NodeValueOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeValueadditionNV(NodeValue nv1, NodeValue nv2)static NodeValuedivisionNV(NodeValue nv1, NodeValue nv2)static NodeValuemultiplicationNV(NodeValue nv1, NodeValue nv2)static NodeValuesubtractionNV(NodeValue nv1, NodeValue nv2)
-