This is a continuation of the conversation concerning the representation of Inner Classes in ArgoUML. http://argouml.markmail.org/search/?q=inner%20classes%20date%3A201108%20#query:inner%20classes%20date%3A201108%20+page:1+mid:wqevaf4kuacfuot7+state:results
Looking at the representation shown in the UML spec (section 5.27 Nested Class Declarations), it looks like what's needed is: - A line with the appropriate end-symbol to represent containment. This looks similar to the composition element with a different line ending. - Automatic generation of the line whenever an inner class is added to the diagram. - A way to reverse engineer the inner class so that it's represented properly in the model. It would also be useful if an inner class/nested class icon were added to the Class toolbar to make it easier to create inner classes. The current approach creates an inner class, but you have to navigate to the explorer, and manually place the inner class in the diagram. Mark ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2833384 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]]
