cbr.value
Class NumericalValue

java.lang.Object
  extended by cbr.value.NumericalValue
All Implemented Interfaces:
Value

public class NumericalValue
extends java.lang.Object
implements Value

Class used to hold a simple numerical value of type double. Implements the Value interface so can be used for feature comparisons

Author:
jrubin

Field Summary
 double value
           
 
Constructor Summary
NumericalValue(double value)
           
 
Method Summary
 Value getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
Constructor Detail

NumericalValue

public NumericalValue(double value)
Method Detail

getValue

public Value getValue()
Specified by:
getValue in interface Value