Table of Contents

Class Ecore2MetaTransformation.ENamedElement2MetaElement

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

Denotes the transformation rule from named elements to meta elements

public class Ecore2MetaTransformation.ENamedElement2MetaElement : AbstractTransformationRule<IENamedElement, IMetaElement>
Inheritance
Ecore2MetaTransformation.ENamedElement2MetaElement
Inherited Members

Methods

Transform(IENamedElement, IMetaElement, ITransformationContext)

Initializes the transformation output

public override void Transform(IENamedElement input, IMetaElement output, ITransformationContext context)

Parameters

input IENamedElement

The input of the transformation rule

output IMetaElement

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