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.
'DevOps > Project management' 카테고리의 다른 글
[Gradle]기본 클래스 org.gradle.wrapper.GradleWrapperMain을(를) 찾거나 로드할 수 없습니다. 해결법 (950) | 2018.06.19 |
---|---|
[Gradle 고급]git release 브랜치 기준으로 jar 자동 versioning하기 (951) | 2018.06.19 |
개발자 생산성을 200% 늘리는 git client 추천 - GitKraken (1433) | 2018.05.22 |
Simple Spring 4 MVC Hello world Example with gradle (0) | 2017.06.18 |
Gradle build tool 4.0 가이드 (0) | 2017.06.17 |
메이븐(Maven) 자바 프로젝트 관리 툴 (0) | 2017.06.12 |