| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.pipesandfilters.framework] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| CaptureType.java | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/3) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class CaptureType | 0% (0/1) | 0% (0/4) | 0% (0/50) | 0% (0/3) |
| <static initializer> | 0% (0/1) | 0% (0/24) | 0% (0/2) | |
| CaptureType (String, int): void | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| valueOf (String): CaptureType | 0% (0/1) | 0% (0/5) | 0% (0/1) | |
| values (): CaptureType [] | 0% (0/1) | 0% (0/16) | 0% (0/1) |
| 1 | package de.uka.ipd.sdq.pipesandfilters.framework; |
| 2 | |
| 3 | /** |
| 4 | * An enumeration of the allowed capture types of measures identifying their |
| 5 | * domain. Note: Identifiers are not supported yet. |
| 6 | * |
| 7 | * @author Baum |
| 8 | * |
| 9 | */ |
| 10 | public enum CaptureType { |
| 11 | NATURAL_NUMBER, REAL_NUMBER |
| 12 | } |
| [all classes][de.uka.ipd.sdq.pipesandfilters.framework] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |