travis-ci
78 of 78 new or added lines in 6 files covered. (100.0%)
5800 of 42266 relevant lines covered (13.72%)
0.14 hits per line
1 |
/**
|
|
2 |
* Copyright (c) 2016, All partners of the iTesla project (http://www.itesla-project.eu/consortium) |
|
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.iidm.export.ampl; |
|
8 |
|
|
9 |
import java.util.Locale; |
|
10 |
|
|
11 |
/**
|
|
12 |
* |
2 all except ✔ |
13 |
* @author Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com> |
12 all except ✔ |
14 |
*/ |
13 all except ✔ |
15 |
public interface AmplConstants { |
17 all except ✔ |
16 |
|
12 all except ✔ |
17 |
float INVALID_FLOAT_VALUE = -99999f; |
14 all except ✔ |
18 |
|
18 all except ✔ |
19 |
Locale LOCALE = Locale.US; |
25 all except ✔ |
20 |
|
25 all except ✔ |
21 |
float SB = 100f; |
30 all except ✔ |
22 |
|
29 all except ✔ |
23 |
} |
34 all except ✔ |