How to use classes from Java SDK when designing with ArgoUML?
I want to design a Java application in UML with help of ArgoUML and would like to reuse SDK classes in it.开发者_运维技巧 Is such thing possible?
Sure, just model in the SDK class. It's annoying that it isn't already in ArgoUML, but it's not really possible for ArgoUML to know which aspects of the JDK classes you intended to view in your diagrams.
Based on the comment of Sean Mickey the correct answer is to add a Java profile to the project.
argouml-stats.tigris.org/documentation/manual-0.30/ch24s03.html
Right click on "Profile Configuration" -> "Manage Profiles..." -> "Java from Available Profiles to Active Profiles"
精彩评论