es.udc.gii.common.eaf.algorithm.operator.evaluate
Class EvaluationOperator

java.lang.Object
  extended by java.util.Observable
      extended by es.udc.gii.common.eaf.algorithm.operator.evaluate.EvaluationOperator
All Implemented Interfaces:
Operator, Configurable
Direct Known Subclasses:
LocalSearchOperator, MasterSlaveEvaluationOperator

public abstract class EvaluationOperator
extends java.util.Observable
implements Operator

Author:
rafa

Constructor Summary
EvaluationOperator()
           
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
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.algorithm.operator.Operator
operate
 

Constructor Detail

EvaluationOperator

public EvaluationOperator()
Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable