Uses of Class
es.udc.gii.common.eaf.algorithm.operator.replace.mmga.ParetoFrontReplaceOperator

Packages that use ParetoFrontReplaceOperator
es.udc.gii.common.eaf.algorithm.mga   
 

Uses of ParetoFrontReplaceOperator in es.udc.gii.common.eaf.algorithm.mga
 

Fields in es.udc.gii.common.eaf.algorithm.mga declared as ParetoFrontReplaceOperator
private  ParetoFrontReplaceOperator MMGAAlgorithm.paretoFrontReplaceOperator
          Replace operator for the external memory, i.e. the Pareto-front.
 

Methods in es.udc.gii.common.eaf.algorithm.mga that return ParetoFrontReplaceOperator
 ParetoFrontReplaceOperator MMGAAlgorithm.getParetoFrontReplaceOperator()
           
 

Methods in es.udc.gii.common.eaf.algorithm.mga with parameters of type ParetoFrontReplaceOperator
 void MMGAAlgorithm.setParetoFrontReplaceOperator(ParetoFrontReplaceOperator paretoFrontReplaceOperator)