Interface IMetricSetTransformer
-
- All Known Implementing Classes:
MetricAverageTransformer,MetricSumTransformer
public interface IMetricSetTransformerRepresents a transformation on a set of metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IMetric>transform(List<IMetric> metrics)
-