CFEngine API

org.recommender.clients.console
Class Prediction

java.lang.Object
  |
  +--org.recommender.clients.console.Prediction

public class Prediction
extends java.lang.Object

Created by User: herlock Date: Apr 16, 2003 Time: 6:49:42 AM


Constructor Summary
Prediction(Item item, float predictionValue)
           
 
Method Summary
 Item getItem()
           
 float getPredictionValue()
           
 void setItem(Item item)
           
 void setPredictionValue(float predictionValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prediction

public Prediction(Item item,
                  float predictionValue)
Method Detail

getItem

public Item getItem()

setItem

public void setItem(Item item)

getPredictionValue

public float getPredictionValue()

setPredictionValue

public void setPredictionValue(float predictionValue)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu