correct UML syntax?
For my architect exam I want an uml tool that creates proper uml syntax.
I've downloaded Java Studio Enterprise 8.1 beta.
According to the release notes, it supports the UML 2.0 specification
(see http://developers.sun.com/prodtech/javatools/jsenterprise/reference/docs/jse8_1 /sjse_relnotes81.html)
but I was not able to configure the application to use the UML format instead of the java declarative format.
E.g. In a class diagram I need
- field : int
instead of
private int field
My problem is similar to the problem described under
http://forum.sun.com/jive/thread.jspa?forumID=122&threadID=60080
How can I config Java Studio Enterprise 8.1 to use correct UML syntax?
Thank you for your help.

