NClass

From Wikipedia, the free encyclopedia
NClass
Developer(s)
  • Balazs Tihanyi
  • Georgi Baychev
Stable release
2.7.0 / September 27, 2019; 4 years ago (2019-09-27)[1]
Written inC#
Operating systemCross-platform
TypeUML tool
LicenseGPL
Websitegithub.com/gbaychev/NClass

NClass is a free and open source software tool to create Unified Modeling Language (UML) class diagrams for C# and Java applications. It is written in C# only and needs the .NET Framework 4.0 or the latest version of Mono.

Features[edit]

NClass supports only class diagram of the standard UML diagram types.

The user interface is designed to be simple and user friendly, and the visualization of diagrams is configurable via a style system. NClass can generate source code from the model or reverse engineer .NET assemblies by a plugin written by Malte Ried. It can also export to many image formats like JPEG, Portable Network Graphics (PNG), or Windows Metafile.

Future development[edit]

NClass is missing several major features like undo or round-trip engineering which are frequently requested. These features are planned to be implemented in long-term development.

References[edit]

  1. ^ "NClass Releases". NClass GitHub Repository. Retrieved 2 August 2020.

External links[edit]