EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.probespec.framework] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
ProbeType.java | 0% (0/1) | 0% (0/4) | 0% (0/90) | 0% (0/8) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ProbeType | 0% (0/1) | 0% (0/4) | 0% (0/90) | 0% (0/8) |
<static initializer> | 0% (0/1) | 0% (0/64) | 0% (0/7) | |
ProbeType (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
valueOf (String): ProbeType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
values (): ProbeType [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
1 | package de.uka.ipd.sdq.probespec.framework; |
2 | |
3 | /** |
4 | * This enum represents the types of probes. |
5 | * |
6 | * @author pmerkle |
7 | * |
8 | */ |
9 | public enum ProbeType { |
10 | |
11 | RESOURCE_STATE, |
12 | RESOURCE_DEMAND, |
13 | SEFF_PARAMETER, |
14 | CURRENT_TIME, |
15 | STOEX, |
16 | EXECUTION_RESULT, |
17 | |
18 | } |
[all classes][de.uka.ipd.sdq.probespec.framework] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |