GeekArticles
Concepts
UMLArticle :: More Symbols, More Diagrams, More UML: Beyond Class and Interaction Diagrams
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 633 times |
Add CommentFiled in: UMLOther types of diagrams defined in the UML specification may be less directly related to Java source code than the more glamorous class and interaction diagrams, but your UML toolkit is incomplete without them. In this fifth and final article in a series introducing UML from a Java programmer's perspective, Stephen Palmer takes a brief look at the other five diagrams defined in the UML specification.
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...