|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.expr.ExprNode
com.hp.hpl.jena.sparql.expr.NodeValue
com.hp.hpl.jena.sparql.expr.nodevalue.NodeValueDouble
public class NodeValueDouble
| 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 |
| 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,
com.hp.hpl.jena.graph.Node n)
|
|
| Method Summary | |
|---|---|
java.lang.String |
asString()
|
double |
getDouble()
|
boolean |
isDouble()
|
boolean |
isNumber()
|
java.lang.String |
toString()
|
void |
visit(NodeValueVisitor visitor)
|
| 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 |
|---|
public NodeValueDouble(double d)
public NodeValueDouble(double d,
com.hp.hpl.jena.graph.Node n)
| Method Detail |
|---|
public boolean isNumber()
isNumber in class NodeValuepublic boolean isDouble()
isDouble in class NodeValuepublic double getDouble()
getDouble in class NodeValuepublic java.lang.String asString()
asString in class NodeValuepublic java.lang.String toString()
toString in class NodeValuepublic void visit(NodeValueVisitor visitor)
visit in class NodeValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||