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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.expr.ExprNode
      extended by com.hp.hpl.jena.sparql.expr.NodeValue
          extended by com.hp.hpl.jena.sparql.expr.nodevalue.NodeValueDouble
All Implemented Interfaces:
Expr

public class NodeValueDouble
extends NodeValue


Field Summary
 
Fields inherited from class com.hp.hpl.jena.sparql.expr.NodeValue
DecimalZERO, FALSE, IntegerZERO, nvEmptyString, nvINF, nvNaN, nvNegINF, nvNothing, nvONE, nvZERO, TRUE, VerboseExceptions, VerboseWarnings, xmlDatatypeFactory, xsdNamespace
 
Fields inherited from interface com.hp.hpl.jena.sparql.expr.Expr
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL
 
Constructor Summary
NodeValueDouble(double d)
           
NodeValueDouble(double d, Node n)
           
 
Method Summary
 String asString()
           
 BigDecimal getDecimal()
           
 double getDouble()
           
 boolean isDouble()
           
 boolean isNumber()
           
 String toString()
           
 void visit(NodeValueVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.expr.NodeValue
apply, applyNodeTransform, asNode, asQuotedString, asQuotedString, asUnquotedString, booleanReturn, classifyValueOp, compare, compareAlways, copySubstitute, equals, eval, evalNode, getBoolean, getConstant, getDatatypeURI, getDateTime, getDuration, getFloat, getInteger, getNode, getString, getValueSpace, hasDateTime, hashCode, hasNode, isBlank, isBoolean, isConstant, isDate, isDateTime, isDecimal, isDuration, isFloat, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isInteger, isIRI, isLiteral, isString, isTime, isYearMonth, makeBoolean, makeDate, makeDate, makeDate, makeDateTime, makeDateTime, makeDateTime, makeDecimal, makeDecimal, makeDecimal, makeDecimal, makeDouble, makeDuration, makeDuration, makeFloat, makeInteger, makeInteger, makeInteger, makeNode, makeNode, makeNode, makeNode, makeNodeBoolean, makeNodeBoolean, makeNodeDate, makeNodeDate, makeNodeDateTime, makeNodeDateTime, makeNodeDecimal, makeNodeDecimal, makeNodeDouble, makeNodeDouble, makeNodeDuration, makeNodeFloat, makeNodeFloat, makeNodeInteger, makeNodeInteger, makeNodeString, makeString, notSameAs, notSameAs, parse, raise, sameAs, toNode, visit
 
Methods inherited from class com.hp.hpl.jena.sparql.expr.ExprNode
asVar, copySubstitute, deepCopy, getExpr, getExprVar, getFunction, getGraphPattern, getVarName, getVarNamesMentioned, getVarsMentioned, isExpr, isFunction, isGraphPattern, isSatisfied, isVariable, varNamesMentioned, varsMentioned
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeValueDouble

public NodeValueDouble(double d)

NodeValueDouble

public NodeValueDouble(double d,
                       Node n)
Method Detail

isNumber

public boolean isNumber()
Overrides:
isNumber in class NodeValue

isDouble

public boolean isDouble()
Overrides:
isDouble in class NodeValue

getDouble

public double getDouble()
Overrides:
getDouble in class NodeValue

getDecimal

public BigDecimal getDecimal()
Overrides:
getDecimal in class NodeValue

asString

public String asString()
Overrides:
asString in class NodeValue

toString

public String toString()
Overrides:
toString in class NodeValue

visit

public void visit(NodeValueVisitor visitor)
Specified by:
visit in class NodeValue


Licenced under the Apache License, Version 2.0