| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EVolve.visualization.Predictor
Predictor used in prediction visualization.
| Constructor Summary | |
| Predictor() | |
| Method Summary | |
| abstract  boolean | isCorrect()Tells if the prediction is correct. | 
| abstract  void | newTarget(int target)Receives a new target. | 
| abstract  void | newTarget2(int target) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Predictor()
| Method Detail | 
public abstract void newTarget(int target)
target - the new targetpublic abstract boolean isCorrect()
public abstract void newTarget2(int target)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||