org.openorb.constraint.object
Class DoubleValue

java.lang.Object
  extended by org.openorb.constraint.object.Base
      extended by org.openorb.constraint.object.DoubleValue

public class DoubleValue
extends Base

This class is returned by the identifier evaluator if the result type is a numeric constant

Author:
Jerome Daniel

Constructor Summary
DoubleValue(java.lang.Double value)
          Constructor
 
Method Summary
 java.lang.Object evaluate()
          Returns this node value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleValue

public DoubleValue(java.lang.Double value)
Constructor

Method Detail

evaluate

public java.lang.Object evaluate()
Returns this node value

Specified by:
evaluate in class Base