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
IENamedElementThe input of the transformation rule
output
IMetaElementThe output of the transformation rule generated earlier
context
ITransformationContextThe context (and trace!) object
Remarks
At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable