Table of Contents

Class Ecore2MetaTransformation

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

Denotes the transformation from Ecore to NMeta

public class Ecore2MetaTransformation : ReflectiveTransformation
Inheritance
Ecore2MetaTransformation
Inherited Members

Properties

CustomTypesMap

Gets or sets a dictionary with custom types

public static IDictionary<string, string> CustomTypesMap { get; set; }

Property Value

IDictionary<string, string>

GeneratePrimitiveTypes

True, if primitives types should be generated, otherwise False

public static bool GeneratePrimitiveTypes { get; set; }

Property Value

bool