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

Packages that use Hypercube.Cell
es.udc.gii.common.eaf.algorithm.operator.replace.mmga   
 

Uses of Hypercube.Cell in es.udc.gii.common.eaf.algorithm.operator.replace.mmga
 

Fields in es.udc.gii.common.eaf.algorithm.operator.replace.mmga with type parameters of type Hypercube.Cell
private  java.util.Map<java.lang.Long,Hypercube.Cell> Hypercube.crowdedCells
          Maps cell numbers to cells.
private  java.util.Map<Individual,Hypercube.Cell> Hypercube.individualCellMapping
          Maps an individual to the cell where it belongs.
 

Methods in es.udc.gii.common.eaf.algorithm.operator.replace.mmga that return Hypercube.Cell
 Hypercube.Cell Hypercube.findCell(Individual individual)
          Finds the cell of an individual.
 Hypercube.Cell Hypercube.getMostCrowdedCell()
          Returns one cell among those which are most populated.
 

Methods in es.udc.gii.common.eaf.algorithm.operator.replace.mmga that return types with arguments of type Hypercube.Cell
 java.util.List<Hypercube.Cell> Hypercube.getCrowdedCells()
          Returns the cells that have at least one individual.