|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iastate.jrelm.core.FeedbackDoubleValue
public class FeedbackDoubleValue
Simple implementation of the Feedback interface for passing 'double' valued feedback to JReLM learners. Just acts as a wrapper around a given Double object.
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 |
---|
public FeedbackDoubleValue(java.lang.Double someValue)
Method Detail |
---|
public java.lang.Double getValue()
Feedback
getValue
in interface Feedback<java.lang.Double>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |