Interface IMetricsPlanTransformer
An IMetricsPlanTransformer should accept a MetricsPlan and produce a new MetricsPlan with modification.
Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IMetricsPlanTransformer
Methods
View SourceTransform(MetricsPlan, IMetricsPlanValidator)
Produce new MetricsPlan with updates from the transformation.
Declaration
MetricsPlan Transform(MetricsPlan plan, IMetricsPlanValidator validator)
Parameters
| Type | Name | Description |
|---|---|---|
| MetricsPlan | plan | |
| IMetricsPlanValidator | validator |
Returns
| Type | Description |
|---|---|
| MetricsPlan |