EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pipesandfilters.framework.recorder]

COVERAGE SUMMARY FOR SOURCE FILE [AggregationRecorder.java]

nameclass, %method, %block, %line, %
AggregationRecorder.java0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class AggregationRecorder0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
AggregationRecorder (IAggregationWriteStrategy): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package 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 
12public 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