EVolve.visualization
Class PredictorFactory

java.lang.Object
  |
  +--EVolve.visualization.PredictorFactory
Direct Known Subclasses:
DefaultPredictorFactory

public abstract class PredictorFactory
extends java.lang.Object

Factory of predictors.


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

Constructor Detail

PredictorFactory

public PredictorFactory()
Method Detail

getName

public abstract java.lang.String getName()
Gets the name of the predictors.

Returns:
name of the predictors

createPredictor

public abstract Predictor createPredictor()
Creates a predictor.

Returns:
the predictor