Referencing another sequence diagram

0 votes
asked Jan 30, 2013 in Closed question / help by anonymous
Good evening everyone;

I was examining this facinating tool but i have a question.

Is it possible to refer another sequence diagram using PlantUml tool.(from text) Like in the link;

http://www.uml-diagrams.org/notation/sequence-ref.png

Regards...

1 Answer

0 votes
answered Jan 31, 2013 by plantuml (295,000 points)
 
Best answer

Hi, yes, it's possible, but not docummented yet.

You can use the "ref over" keyword.

For example:

Dummy -> Alice : foo1
ref over Alice, Dummy
  [[http://www.google.com]]
  Foo2
  Another line
end ref

ref over Alice : foo

 

Regards,

 

...