UML Class Diagram in Visio

J

Jason Whitehurst

Hello,

I am trying to use Visio to work on a UML Class Diagram for a Squeak
project. I am trying to figure out how to hide the visibility icons (+, -,
etc) from the predefined Class object. Also, where the methods are, I need
to get rid of the () (method call parens) that are automatically appended to
the methods. This is because private/public is not really relevant in
Squeak, and methods (or messages) don't have parens.

Any help is greatly appreciated,
 
R

RA

Unfortunately, there is no way to hide the visibility icons and the () in
the Operations section.
 
J

Jason Whitehurst

RA said:
Unfortunately, there is no way to hide the visibility icons and the
() in the Operations section.

Uh oh. So, next question then....is there a way to export from Visio to
Rational Rose so I don't have to recreate everything?

Visio won't do. =(

Thanks,
 
R

RA

There is no direct way to do this.
There is a utility on the Microsoft Office Visio downloads website which
lets you export Visio UML static-structure diagrams to XMI
Using the XML format, you can then import that into Rational Rose maybe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top