Skip to content

uml4net.Extensions.project

samatstarion edited this page Jan 2, 2025 · 5 revisions

Purpose

The intention is to keep the uml4net project as lean and close to the UML 2.5.1 metamodel. Convenience methods and queries on the UML metamodel are therefore contained in the uml4net.Extensions project.

As the uml4net project stabilizes and matures there will be limited to no changes expected in this project. All updates will occur in downstream projects.

All extensions methods should be implemented using the UML interfaces from the uml4net classes. The static classes shall all be placed in the root of the project and no folder structure shall be used.