Interface IGenericMetricsPlanTransformer<T>
Generic transformer interface, with arbitrary output type.
Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IGenericMetricsPlanTransformer<T>
Type Parameters
Name | Description |
---|---|
T | Output type of the transformer. |
Methods
View SourceTransform(MetricsPlan)
Transform the MetricsPlan into an object of the appropriate type.
Declaration
T Transform(MetricsPlan plan)
Parameters
Type | Name | Description |
---|---|---|
MetricsPlan | plan |
Returns
Type | Description |
---|---|
T |