edu.iastate.jrelm.core
Class FeedbackDoubleValue

java.lang.Object
  extended by edu.iastate.jrelm.core.FeedbackDoubleValue
All Implemented Interfaces:
Feedback<java.lang.Double>

public class FeedbackDoubleValue
extends java.lang.Object
implements Feedback<java.lang.Double>

Simple implementation of the Feedback interface for passing 'double' valued feedback to JReLM learners. Just acts as a wrapper around a given Double object.

Author:
Charles Gieseler

Constructor Summary
FeedbackDoubleValue(java.lang.Double someValue)
           
 
Method Summary
 java.lang.Double getValue()
          Retrieve the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackDoubleValue

public FeedbackDoubleValue(java.lang.Double someValue)
Method Detail

getValue

public java.lang.Double getValue()
Description copied from interface: Feedback
Retrieve the

Specified by:
getValue in interface Feedback<java.lang.Double>
Returns: