Namespace NMF.Models.Meta
Classes
Meta2ClassesTransformation
The transformation to transform an NMeta metamodel to code
Meta2ClassesTransformation.Attribute2Property
The transformation rule to transform attributes of a class or extension to a code property
Meta2ClassesTransformation.Class2Children
The transformation rule that generates the collection class for the children reference
Meta2ClassesTransformation.Class2Proxy
Denotes the transformation rule from a class to a proxy declaration
Meta2ClassesTransformation.Class2Referenced
The transformation rule that generates the collection class for the ReferencedElements reference
Meta2ClassesTransformation.Class2Type
Represents the transformation rule to transform classes
Meta2ClassesTransformation.DataType2Type
The transformation rule to generate a struct from an NMeta DataType
Meta2ClassesTransformation.DataTypeAttribute2Property
The transformation rule to transform properties of a data type
Meta2ClassesTransformation.Enumeration2Type
The transformation rule to generate enumerations from NMeta enumerations
Meta2ClassesTransformation.Event2Event
The transformation rule to transform NMeta events to code events
Meta2ClassesTransformation.Event2EventArgs
The transformation rule to generate the event arguments class
Meta2ClassesTransformation.Extension2Type
The transformation rule to generate the class to represent an extension
Meta2ClassesTransformation.Feature2Property
Denotes the abstract transformation rule from a feature to a property
Meta2ClassesTransformation.Feature2Proxy
Denotes the transformation rule from a feature to a proxy type
Meta2ClassesTransformation.Namespace2CompileUnit
The transformation rule to generate a namespace to a single code compile unit
Meta2ClassesTransformation.Namespace2Namespace
The transformation rule to transform namespaces to code namespaces
Meta2ClassesTransformation.Operation2Method
The transformation rule to transform operations
Meta2ClassesTransformation.Parameter2Parameter
The transformation rule to transform parameters
Meta2ClassesTransformation.PrimitiveType2Nothing
The transformation rule to transform an NMeta type to a code type declaration
Meta2ClassesTransformation.Reference2Property
The transformation rule to transform a reference to a code property
Meta2ClassesTransformation.Reference2Type
The transformation rule to generate an implementation class for a reference with an opposite
Meta2ClassesTransformation.RefinedAttributeCollectionClassGenerator
The transformation rule that generates a collection class for a refined attribute
Meta2ClassesTransformation.RefinedAttributeGenerator
The transformation rule to generate a refined attribute
Meta2ClassesTransformation.RefinedReferenceCollectionClassGenerator
The transformation rule that generates the collection class for a refined reference
Meta2ClassesTransformation.RefinedReferenceGenerator
The transformation rule to generate a refined reference
Meta2ClassesTransformation.Type2Type
The transformation rule to transform an NMeta type to a code type declaration
MetaFacade
Denotes a facade for the code generator