org.semanticweb.lp
Class DoubleTerm

java.lang.Object
  extended byorg.semanticweb.lp.Term
      extended byorg.semanticweb.lp.DoubleTerm
All Implemented Interfaces:
java.io.Serializable

public class DoubleTerm
extends Term
implements java.io.Serializable

Description of the Class

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
DoubleTerm(double value)
          Constructor for the DoubleTerm object
 
Method Summary
 double getValue()
          Gets the value attribute of the DoubleTerm object
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleTerm

public DoubleTerm(double value)
Constructor for the DoubleTerm object

Parameters:
value - Description of the Parameter
Method Detail

getValue

public double getValue()
Gets the value attribute of the DoubleTerm object

Returns:
The value value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value