com.hp.hpl.jena.sparql.expr.nodevalue
Class NodeValueOps

java.lang.Object
  extended by com.hp.hpl.jena.sparql.expr.nodevalue.NodeValueOps

public class NodeValueOps
extends Object

The code parts of arithmetic opperations on Nodevlaues.


Constructor Summary
NodeValueOps()
           
 
Method Summary
static 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeValueOps

public NodeValueOps()
Method Detail

additionNV

public static NodeValue additionNV(NodeValue nv1,
                                   NodeValue nv2)

subtractionNV

public static NodeValue subtractionNV(NodeValue nv1,
                                      NodeValue nv2)

multiplicationNV

public static NodeValue multiplicationNV(NodeValue nv1,
                                         NodeValue nv2)

divisionNV

public static NodeValue divisionNV(NodeValue nv1,
                                   NodeValue nv2)


Licenced under the Apache License, Version 2.0