Skip to content

This project is aimed at developing the Class Diagram. The UML Generator is a desktop application that can be used to generate a class diagram. The class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing and documenting different aspects of a system but also f…

Notifications You must be signed in to change notification settings

GauravRatnawat/JUG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

JUG

This project is aimed at developing the Class Diagram. The UML Generator is a desktop application that can be used to generate a class diagram. The class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing and documenting different aspects of a system but also for constructing executable code of the software application. The class diagram describes the attributes and operations of a class and also the constraints imposed on the system. The class diagrams are widely used in the modelling of object oriented systems because they are the only UML diagrams which can be mapped directly with object oriented languages. The class diagram shows a collection of classes, interfaces, associations, collaborations and constraints. It is also known as a structural diagram. This application will provide a class diagram to the user to know the number of classes and methods in a particular program. By examining the existing system on the internet, we found that there are such functions available at this moment, but to improve our skills and knowledge level we try to include it in our system.

About

This project is aimed at developing the Class Diagram. The UML Generator is a desktop application that can be used to generate a class diagram. The class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing and documenting different aspects of a system but also f…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages