Class Ecore2MetaTransformation.ENamedElement2MetaElement
Inheritance
Ecore2MetaTransformation.ENamedElement2MetaElement
Inherited Members
Namespace: NMF.Interop.Ecore.Transformations
Assembly: NMF.EcoreInterop.dll
Syntax
public class Ecore2MetaTransformation.ENamedElement2MetaElement : AbstractTransformationRule<IENamedElement, IMetaElement>
Methods
| Edit this page View SourceTransform(IENamedElement, IMetaElement, ITransformationContext)
Initializes the transformation output
Declaration
public override void Transform(IENamedElement input, IMetaElement output, ITransformationContext context)
Parameters
Type | Name | Description |
---|---|---|
IENamedElement | input | The input of the transformation rule |
IMetaElement | output | The output of the transformation rule generated earlier |
ITransformationContext | context | The context (and trace!) object |
Overrides
Remarks
At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable