es.udc.gii.common.eaf.plugin.stoptest
Class StopTestPlugin

java.lang.Object
  extended by es.udc.gii.common.eaf.plugin.stoptest.StopTestPlugin
All Implemented Interfaces:
Configurable, Plugin
Direct Known Subclasses:
FesPlugin, GenerationsPlugin

public abstract class StopTestPlugin
extends java.lang.Object
implements Plugin

Author:
pilar

Constructor Summary
StopTestPlugin()
           
 
Method Summary
abstract  int getCurrent(EvolutionaryAlgorithm algorithm)
           
abstract  int getMax(EvolutionaryAlgorithm algorithm)
           
protected  java.util.List<StopTest> getStopTestList(EvolutionaryAlgorithm algorithm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface es.udc.gii.common.eaf.config.Configurable
configure
 

Constructor Detail

StopTestPlugin

public StopTestPlugin()
Method Detail

getCurrent

public abstract int getCurrent(EvolutionaryAlgorithm algorithm)

getMax

public abstract int getMax(EvolutionaryAlgorithm algorithm)

getStopTestList

protected java.util.List<StopTest> getStopTestList(EvolutionaryAlgorithm algorithm)