Skip to content

Solution Structure

samatrhea edited this page Feb 5, 2023 · 6 revisions

Solution structure

The SysML2.NET solution contains a number of projects, including unit tests projects to verify that the libraries function correctly. The following paragraphs provide a detailed description of each project/librart.

SysML2.NET

Provides the DTO and POCO classes that are generated and hand-coded. The generated Enums, DTOs and POCOs are generated from the SysML2 Ecore metamodel.

MORE COMING SOON

SysML2.NET.Serializer.Json

MORE COMING SOON

SysML2.NET.Serializer.Dictionary

MORE COMING SOON

SysML2.NET.Viewer

MORE COMING SOON

SysML2.NET.CodeGenerator

Provides convention-based HandleBars.NET code generators that use the SysML2 Ecore meta-model for code-generation

NOTE the SysML2.NET.CodeGenerator.Tests project contains unit tests for the SysML2.NET.CodeGenerator project.

MORE COMING SOON

Clone this wiki locally