org.semanticweb.triple.parser
Class LDouble

java.lang.Object
  extended byorg.semanticweb.triple.parser.LTerm
      extended byorg.semanticweb.triple.parser.LDouble

public class LDouble
extends LTerm


Constructor Summary
LDouble()
           
LDouble(java.lang.String doubleString)
           
 
Method Summary
 double getDouble()
           
 void putDouble(java.lang.String doubleString)
           
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.triple.parser.LTerm
normalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDouble

public LDouble()

LDouble

public LDouble(java.lang.String doubleString)
Method Detail

putDouble

public void putDouble(java.lang.String doubleString)

getDouble

public double getDouble()

toString

public java.lang.String toString()