EVolve.visualization
Class DefaultPredictorFactory

java.lang.Object
  |
  +--EVolve.visualization.PredictorFactory
        |
        +--EVolve.visualization.DefaultPredictorFactory
All Implemented Interfaces:
java.lang.Cloneable

public class DefaultPredictorFactory
extends PredictorFactory

Factory of default predictor.


Constructor Summary
DefaultPredictorFactory()
           
 
Method Summary
 Predictor createPredictor()
          Creates a predictor.
 java.lang.String getName()
          Gets the name of the predictors.
 
Methods inherited from class EVolve.visualization.PredictorFactory
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPredictorFactory

public DefaultPredictorFactory()
Method Detail

getName

public java.lang.String getName()
Description copied from class: PredictorFactory
Gets the name of the predictors.

Specified by:
getName in class PredictorFactory
Returns:
name of the predictors

createPredictor

public Predictor createPredictor()
Description copied from class: PredictorFactory
Creates a predictor.

Specified by:
createPredictor in class PredictorFactory
Returns:
the predictor