Table of Contents

Class Ecore2MetaTransformation.EParameter2Parameter

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

Denotes the transformation rule for parameters

public class Ecore2MetaTransformation.EParameter2Parameter : TransformationRule<IEParameter, IParameter>
Inheritance
Ecore2MetaTransformation.EParameter2Parameter
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(IEParameter, IParameter, ITransformationContext)

Initializes the transformation output

public override void Transform(IEParameter input, IParameter output, ITransformationContext context)

Parameters

input IEParameter

The input of the transformation rule

output IParameter

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