Skip to content

This is an automatic C++ code generation implementated based on Acceleo. It gets ".uml" from and generate codes for classes, attributes, methods, associations, and state machines.

Notifications You must be signed in to change notification settings

vahdat-ab/UML2CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

UML2CPP

This is an automatic C++ code generation implemented in Acceleo. It gets a model which is a ".uml" file (version 4) and generates codes for classes, attributes, methods, associations, and state machines. It also generates set and get methods and the necessary APIs for associations. The implementation for state machines is based upon "switch .. case ..". The code generated for regions is not complete yet.

About

This is an automatic C++ code generation implementated based on Acceleo. It gets ".uml" from and generate codes for classes, attributes, methods, associations, and state machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages