prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
625 stars 125 forks source link

Convert Diagram Type hierarchy to enum #326

Closed prmr closed 4 years ago

prmr commented 4 years ago

Class Diagram is currently extended by classes that represent diagram types (e.g., ClassDiagram, SequenceDiagram. At this point the only purpose of these classes is to hold class-scope information about the type of diagram. This type of information would be better suited to a statically scoped structure. We'll put this into the enum type DiagramType.