Table of Contents

Class Ecore2MetaTransformation.EOperation2Operation

Namespace
NMF.Interop.Ecore.Transformations
Assembly
NMF.EcoreInterop.dll

Denotes the transformation rule for operations

public class Ecore2MetaTransformation.EOperation2Operation : TransformationRule<IEOperation, IOperation>
Inheritance
Ecore2MetaTransformation.EOperation2Operation
Inherited Members

Methods

RegisterDependencies()

Registers all the dependencies (both calling and non-calling) and additional configuration

public override void RegisterDependencies()

Remarks

This method is called during initialization of the entire transformation and is independent of any transformation contexts. However, this method may rely on the Transformation-property.

Transform(IEOperation, IOperation, ITransformationContext)

Initializes the transformation output

public override void Transform(IEOperation input, IOperation output, ITransformationContext context)

Parameters

input IEOperation

The input of the transformation rule

output IOperation

The output of the transformation rule generated earlier

context ITransformationContext

The context (and trace!) object

Remarks

At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable