EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.tcfmoop.config] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
TerminationCriteriaNames.java | 0% (0/1) | 0% (0/4) | 0% (0/110) | 0% (0/9) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class TerminationCriteriaNames | 0% (0/1) | 0% (0/4) | 0% (0/110) | 0% (0/9) |
<static initializer> | 0% (0/1) | 0% (0/84) | 0% (0/8) | |
TerminationCriteriaNames (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
valueOf (String): TerminationCriteriaNames | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
values (): TerminationCriteriaNames [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
1 | package de.uka.ipd.sdq.tcfmoop.config; |
2 | |
3 | /** |
4 | * The names of the termination criteria. Used most for identifying them |
5 | * @author Atanas Dimitrov |
6 | */ |
7 | public enum TerminationCriteriaNames{MAXIMUM_NUMBER_OF_GENERATIONS, |
8 | ELAPSED_TIME, |
9 | PARETO_OPTIMAL_SET_STABILITY, |
10 | NO_NEW_PARETO_OPTIMAL_CANDIDATES_FOUND, |
11 | MINIMAL_QUALITY_CIRTERIA_VALUE, |
12 | INSIGNIFICANT_SET_QUALITY_IMPROVEMENT, |
13 | GIVEN_PARETO_FRONT_IS_REACHED, |
14 | INSIGNIFICANT_PARETO_FRONT_CHANGE}; |
[all classes][de.uka.ipd.sdq.tcfmoop.config] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |