• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where is the sequence diagram in the Star UML?

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I found out that there are all other diagrams in the Star UML, but I can't find how to start the sequence diagram.

In the model explorer in the upper right corner of the program is not the sequence diagram. In the diagram explorer there is the folder for the sequence diagram, but I can't create there anything.

I know from the postings that the sequence diagram is working for other guys, but not for me

Can anyone help me?

BR,

Mika
 
Mika Tapanainen
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I found out how to create sequence diagram. In the model explorer in the some place I should use mouse right button and there is add diagram and sequence diagram.

Maybe it takes some time to learn to use the program.

Mika
 
Greenhorn
Posts: 15
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks mika..
you saved my time.
 
Ranch Hand
Posts: 57
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mika Tapanainen wrote:Hello,

I found out how to create sequence diagram. In the model explorer in the some place I should use mouse right button and there is add diagram and sequence diagram.

Maybe it takes some time to learn to use the program.

Mika



Looks like you have found the ans. to your quest, but just an FYI : Star UML Guide is very helpful in these matters.

Here is the link: http://staruml.sourceforge.net/docs/user-guide(en)/toc.html
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To Anu

NO! I have gone through the StarUML user guide! There it advised the sequence of clicks as [TOOLBOX] > [SEQUENCE] > [OBJECT]. But click to TOOLBOX doesn't give any place to click on OBJECT??

I wish you explain it bit more in details. However clicking on Model Explorer etc. the purpose is solved!

Bidyut
 
Bidyut Chakraborty
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well finally I found out the sure one. Right click on the Usecase for which you want to draw the Sequence diagram. Then you get the drop down menu which gives the option to 'Add Diagrams'. Click on it and you get a list of diagrams which includes the Sequence diagram too. Click on it and voila you are there!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic