> Do you want to more DiagramFactory, DiagramType etc out, too? > Just worked with that stuff yesterday and other classes, like > the ProjectManager (or the module I worked on yesterday) rely on > that.
I see no reason for DiagramFactory or DiagramType to change in the short term. Eventually though DiagramFactory will need its references to the UML1.4 diagrams removed so that any diagrams can plug in. DiagramType will need expanding to include all the possible diagram types, it is limited to only the UML1.4 diagrams at the moment. My next step will be creation of the diagram2 module and moving the current structure2 modules into that. Based on my previous explanation I think that is the place where UML2 diagram implementation can then start to take place. After that I'll look at a simple factory for creating DiagramElements so that things like the reverse engineering module can create a FigClass or a FigClass2 without having to test any conditions or even be aware that is is dealing with a GEF Fig class. Bob. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2381863 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
