public class DominanceRanking extends Object implements Ranking<Solution>
| Constructor and Description |
|---|
DominanceRanking()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Ranking |
computeRanking(List<Solution> solutionSet) |
Integer |
getAttribute(Solution solution) |
Object |
getAttributeID() |
int |
getNumberOfSubfronts() |
List<Solution> |
getSubfront(int rank) |
void |
setAttribute(Solution solution,
Integer value) |
public Ranking computeRanking(List<Solution> solutionSet)
computeRanking in interface Ranking<Solution>public List<Solution> getSubfront(int rank)
getSubfront in interface Ranking<Solution>public int getNumberOfSubfronts()
getNumberOfSubfronts in interface Ranking<Solution>public void setAttribute(Solution solution, Integer value)
setAttribute in interface SolutionAttribute<Solution,Integer>public Integer getAttribute(Solution solution)
getAttribute in interface SolutionAttribute<Solution,Integer>public Object getAttributeID()
getAttributeID in interface SolutionAttribute<Solution,Integer>Copyright © 2015. All rights reserved.