how to represent "sub-sequences" in uml sequence diagrams? -


in activity diagrams, can have top level activity diagram contains sub-activity diagram. useful sub-activity contains lots of details don't want show in top level activity diagram.

is similar concept available sequence diagrams?

basically, have sequence diagram want hide of details in diagram moving details sequence diagram.

this can achieved using <<ref>> fragment in sequence diagram, references sub sequence diagram.

see example picture : http://www.ibm.com/developerworks/rational/library/content/rationaledge/feb04/3101_figure11.jpg balance lookup , debit account references other sequence diageams may in turn contain plenty of lifelines , calls.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -