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;}

Sequence Diagram

Learn how to model system interactions from the Sequence Diagram examples. Sequence Diagrams visualize the interactions between users, systems and sub-systems over time through message passing between objects or roles.

MVC Framework

This is a UML sequence diagram example for MVC design pattern. Entities are objects representing system data: Customer, Product, Transaction,…

ATM Time Constraint

This sequence diagram example shows a simple scenario for the use of an automatic teller machine. In this scenario, the…

Appointment

This sequence diagram example depicts the objects and messages for a scenario of the Make Appointment use case, which describes…

Time Constraints (Hospital Bed Allocation)

This is a Sequence Diagram example that shows you how it can deal with timing information. Constraints: are usually used…

Message Numbering

This is a sequence diagram example that shows the various ways of message numbering. Posted by:

Poke Player (Betting Round)

This is a sequence diagram example for poke player. The scenario begins after the Start New Round case has completed.…

Poke Sequence Diagram (New Game Round)

This is a simple sequence diagram that shows a game flow. The scenario begins when the player chooses to start…

Using MVC Stereotypes with Conditional Statement

This is a sequence diagram example that uses MVC stereotype with conditional statements. The customer specifies an author on the…

Selection and Loops in a Combination

This is a sequence diagram that shows the representation of selection and loop. frame: box around part of diagram to…

Object Creation and Deletion

This is a sequence diagram example that shows object creation and deletion. creation: arrow with 'new' written above it –…