Uml4net is a suite of dotnet core libraries and tools that are used to deserialize (read) a UML version 2.5.1 model in XMI form. Uml4net is typically used to support opinionated template based code-generation and is a part of modeltopia
. Uml4net porivdes a number of libraries that are described in the following sections.
The core library that contains all the class definitions as they appear in the UML 2.5.1 specification. Together with uml4net.xmi it provides the capability to to read UML models and make them available as an in-memory object graph.
The uml4net.Extensions library provides extensions methods to the uml4net library to support code generation. This library is part of the uml4net ecosystem.
The uml4net.xmi library provides an XMI reader implementation to read UML XMI model files.
The uml4net.HandleBars library provides HandleBars helpers to support code generation. This library is part of the uml4net ecosystem.
The uml4net.Reporting library contains reporting generators. This library is part of the uml4net ecosystem.
The uml4net.Tools commandline application is used to generate reports on the content of the UML model. Find the documentation here.
The package are available on Nuget at:
GitHub actions are used to build and test the uml4net libraries
Branch | Build Status |
---|---|
Master | |
Development |
The Object Management Group (OMG) is an international technology standards consortium. It was founded in 1989 with the goal of creating and maintaining vendor-neutral, interoperable, and portable standards for distributed computing. UML is one of the standards provided by OMG at http://www.omg.org/spec/UML/
The uml4net libraries are provided to the community under the Apache License 2.0.
Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to [email protected]. You can find the CLA's in the CLA folder.