Class EchoTransformation
Static class that defines a transformation which echoes back the provided IEnvironment object without any mutations or modifications. As such, it is a transformation which does nothing.
Implements
Inherited Members
Namespace: TreeProblemFramework.Description.Transformations
Remarks
This transformation's name is Sys.EchoTransformation.
Methods
Run(IEnvironment)
Method that echoes back the specified IEnvironment object as is.
Declaration
public static TransformationResult Run(IEnvironment env)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnvironment | env | The current IEnvironment object which will be echoed. |
Returns
| Type | Description |
|---|---|
| TransformationResult | A single TransformationResult containing the specified IEnvironment object without any modifications. |