Urgent help needed on VB Scripting and UML

J

Joseph

Hi,

I am new to visio programming and I want to get some information from the
UML state chart using a VB Script (macro). I did manage to get details of
'state' and 'transition' shapes, like the names of the states, which states
are connected to a particular state, guard conditions for transitions etc,
using the VB script. The VB script writes these details to a text file. Now I
couldn't find how to get the information on a composite state using the VB
Script. I can find if a shape is composite or not from the current sheet, but
don't know how to find the substates that it is connected to using the VB
script.

Also I am looking for the methods / properties that will give me the 'on
entry' and 'on exit' conditions of a state.

Any help on these would be highly appreciated.

Thanks,

Joseph
 

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