Provides a Sequence diagram capability.
Summary
ArgoUml's Sequence diagrams have 2 implementations: pre- and post-0.14
release. This document aims to help understand both implementations. There is
also some code implemented by Peter Nabbefeld, this is described in the section:
'work_sdnested_epdv Branch Implementation'.
Sequence diagrams are different from the other diagrams in that:
- there is a lot of automatic layout to perform.
- The source and destination connection
points of edges are not centred on the node they are connecting to.
- If one edge is removed it is possible that other edges must be
repositioned or even deleted due to the sequence of messages.
PRE-0.14 Implementation
- Persistent Structure (PGML / UML model)
To Do
To Do
- Diagram rendering / editing implementation
To Do
work_sdnested_epdv BRANCH Implementation
- Persistent Structure (PGML / UML model)
To Do
To Do
- Diagram rendering / editing implementation
To Do
0.14 Implementation
- Persistent Structure (PGML / UML model)
To Do
To Do
- Diagram rendering / editing implmenentation
To Do
Related Documentation:
Issues