Implements the computation or reading of a metric.
Namespace: Metalama.Framework.Metrics
Assembly: Metalama.Framework.dll
Syntax
public interface IMetricProvider<out T> : IProjectService, IService where T : IMetricType Parameters
| Name | Description |
|---|---|
| T | Type of the metric handled by the current provider. |
Methods
| Name | Description |
|---|---|
| GetMetric(IMeasurable) | Computes and returns the metric for a given object. |