push
travis-ci
1 of 1 new or added line in 1 file covered. (100.0%)
5050 of 41106 relevant lines covered (12.29%)
0.12 hits per line
1 |
/**
|
|
2 |
* Copyright (c) 2017, RTE (http://www.rte-france.com) |
|
3 |
* This Source Code Form is subject to the terms of the Mozilla Public |
|
4 |
* License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
6 |
*/ |
|
7 |
package eu.itesla_project.wca; |
|
8 |
|
|
9 |
/**
|
|
10 |
* |
|
11 |
* @author Massimo Ferraro <massimo.ferraro@techrain.it> |
|
12 |
*/ |
2 all except ✔ |
13 |
public enum WCAPreventiveActionsOptimizer { |
9 all except ✔ |
14 |
NONE, |
10 all except ✔ |
15 |
LF_HEURISTIC, |
12 all except ✔ |
16 |
DOMAINS |
12 all except ✔ |
17 |
} |
13 all except ✔ |