EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.reliability.solver.reporting] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
FailureAnalysisFailureType.java | 0% (0/1) | 0% (0/4) | 0% (0/60) | 0% (0/8) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class FailureAnalysisFailureType | 0% (0/1) | 0% (0/4) | 0% (0/60) | 0% (0/8) |
<static initializer> | 0% (0/1) | 0% (0/34) | 0% (0/7) | |
FailureAnalysisFailureType (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
valueOf (String): FailureAnalysisFailureType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
values (): FailureAnalysisFailureType [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
1 | package de.uka.ipd.sdq.reliability.solver.reporting; |
2 | |
3 | /** |
4 | * Enumeration describing the type of failure probabilities that are grouped |
5 | * together (that is, added up) for creating a Markov reporting. |
6 | * |
7 | * @author Daniel Patejdl |
8 | * |
9 | */ |
10 | public enum FailureAnalysisFailureType { |
11 | /** |
12 | * Group together hardware-induced failures. |
13 | */ |
14 | HARDWARE_INDUCED, |
15 | |
16 | /** |
17 | * Group together network-induced failures. |
18 | */ |
19 | NETWORK_INDUCED, |
20 | |
21 | /** |
22 | * Group together software-induced failures. |
23 | */ |
24 | SOFTWARE_INDUCED |
25 | } |
[all classes][de.uka.ipd.sdq.reliability.solver.reporting] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |