Skip to content

wasowski/NMF

 
 

Repository files navigation

.NET Modeling Framework (NMF)

The .Net Modeling Framework (NMF) is a framework to support model-driven engineering using .NET technologies. It consists of several subprojects that ease various model-driven tasks, such as generating code for model representation, or languages to support model transformation, synchronization and optimization.

NuGet Packages

There are a range of NuGet-packages available that bundle some of the functionality of NMF. These packages are potentially more stable than the source code, but may not contain the latest features of NMF. The packages are:

  • NMF-Expressions Downloads: Contains the NMF library for incremental computation. This package has no other dependencies and can even be used independently of the modeling framework.
  • NMF-Repository Downloads: Conatins the repository management of NMF (depends on NMF-Expressions)
  • NMF-Dynamics Downloads: Conatins classes to load models without code generation (depends on NMF-Repository)
  • NMF-Basics Downloads: Contains the latter two plus a code generator to generate model representation code from any Ecore or NMeta metamodel. The code generator integrates with the Nuget Package Console.
  • NMF-Expressions-Utilities Downloads: Contains some utility classes for NMF Expressions such as dictionary of incremental values
  • NMF-Transformations Downloads: Contains the model transformation language NTL used in NMF
  • NMF-Synchronizations Downloads: Contains the incremental, uni- and bidirectional model transformation language NMF Synchronizations

Tutorials

Detailed Project information

Detailed project information to the sub-projects of NMF can be found on the wiki pages in the website of NMF: https://nmfcode.github.io/NMFdocs/

Publications

The publications about NMF are available on https://sdqweb.ipd.kit.edu/publications/topics/nmf.html

Contribute

Developers are dear welcome to contribute to NMF in various ways. Please just write an Email to Georg Hinkel.

About

This repository contains the entire code for the .NET Modeling Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Smalltalk 0.4%