| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.pipesandfilters.framework.recorder] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| AggregationRecorder.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class AggregationRecorder | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| AggregationRecorder (IAggregationWriteStrategy): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | package de.uka.ipd.sdq.pipesandfilters.framework.recorder; |
| 2 | |
| 3 | /** |
| 4 | * An aggregation recorder can aggregate incoming measurements and write them to |
| 5 | * EDP2. The concrete aggregation must be specified in the implementing |
| 6 | * subclass. |
| 7 | * |
| 8 | * @author Baum |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | public abstract class AggregationRecorder extends Recorder { |
| 13 | |
| 14 | /** |
| 15 | * The constructor for an aggregation recorder. |
| 16 | * |
| 17 | * @param writeStrategy |
| 18 | * The write strategy of the recorder. |
| 19 | */ |
| 20 | public AggregationRecorder(IAggregationWriteStrategy writeStrategy) { |
| 21 | super(writeStrategy); |
| 22 | } |
| 23 | } |
| [all classes][de.uka.ipd.sdq.pipesandfilters.framework.recorder] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |