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.
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 typeDiagramType
.