How to use Intellij Sequence Diagram plugin
Diagram. Sequence diagram of e-mail message sequence(Wikipedia)
What is Sequence diagram?
A sequence diagram is an interaction diagram that shows how objects operate with one another and in what order.
It is a construct of a message sequence chart. A sequence diagram shows object interactions arranged in time sequence. It depicts the objects and classes involved in the scenario and the sequence of messages exchanged between the objects needed to carry out the functionality of the scenario. (Wikipedia)
How to use Intellij Sequence Diagram plugin?
Following technologies being used:
- Intellij IDE Ultimate or Community
- time - 2 minutes
Step 1 : Open Preferences(short cut : ⌘ + , ) and select Plugins
Step 2 : Click Browse repositories... and search 'diagram'
Please Install SequenceDiagram plugin and restart the intellij IDE.
Step 3 : Open your java project and select Tools -> Sequence Diagram...
Step 4 : Choose options what you want
Step 5 : You could see Sequence Diagram
End of Document.