amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;}

Communication Diagram

Collaboration between objects in runtime can be modeled in the UML tool, with a UML Communication Diagram. The Communication Diagram examples show you how to model the lifelines (objects) and their inter-relationships in presenting the need of communication during the execution of an interaction.

Hotel Reservation

This is a Communication Diagram example for hotel reservation. Communication diagrams are also interaction diagrams. They convey the same information…

Financial Analysis

This is a Communication Diagram for financial analysis. A business collaboration diagram documents how business workers and business objects actually…

Identify Objects and Operations for a Use Case

Communication diagram can help us to identify potential objects and operations for the ticket selling system at a later stage…