Table of Contents

Class Ecore2MetaTransformation.EAttribute2Attribute

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

Denotes the transformation rule for attributes

public class Ecore2MetaTransformation.EAttribute2Attribute : TransformationRule<IEAttribute, IAttribute>
Inheritance
Ecore2MetaTransformation.EAttribute2Attribute
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(IEAttribute, IAttribute, ITransformationContext)

Initializes the transformation output

public override void Transform(IEAttribute input, IAttribute output, ITransformationContext context)

Parameters

input IEAttribute

The input of the transformation rule

output IAttribute

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