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

Packages that use EvaluationOperator
es.udc.gii.common.eaf.algorithm   
es.udc.gii.common.eaf.algorithm.operator.evaluate   
es.udc.gii.common.eaf.factory   
 

Uses of EvaluationOperator in es.udc.gii.common.eaf.algorithm
 

Fields in es.udc.gii.common.eaf.algorithm with type parameters of type EvaluationOperator
private  OperatorChain<EvaluationOperator> EvolutionaryAlgorithm.evalChain
           
 

Methods in es.udc.gii.common.eaf.algorithm that return types with arguments of type EvaluationOperator
 OperatorChain<EvaluationOperator> EvolutionaryAlgorithm.getEvalChain()
           
 

Method parameters in es.udc.gii.common.eaf.algorithm with type arguments of type EvaluationOperator
 void EvolutionaryAlgorithm.setEvalChain(OperatorChain<EvaluationOperator> evalChain)
           
 

Uses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.operator.evaluate
 

Subclasses of EvaluationOperator in es.udc.gii.common.eaf.algorithm.operator.evaluate
 class LocalSearchOperator
           
 

Uses of EvaluationOperator in es.udc.gii.common.eaf.factory
 

Methods in es.udc.gii.common.eaf.factory that return types with arguments of type EvaluationOperator
abstract  OperatorChain<EvaluationOperator> SimpleFactory.createEvaluationChain()
           
 OperatorChain<EvaluationOperator> XMLSimpleFactory.createEvaluationChain()