Ticket Selling System

In this component diagram example, there are three user interfaces:

  1. one each for customers using a Ticket Selling System
  2. clerks using the on-line reservation system
  3. supervisors making queries about ticket sales.
  • There is a ticket seller component that sequentializes requests from both ticket selling system and clerks
  • A component that processes credit card charges; and the database containing the ticket information.

The component diagram shows the kinds of components in the system; a particular configuration of the application may have more than one copy of a component. A small circle with a name is an interface—a coherent set of services. A solid line from a component to an interface indicates that the component provides the services listed in the interface. A dashed arrow from a component to an interface indicates that the component requires the services provided by the interface.

For example, subscription sales and group sales are both provided by the ticket seller component; subscription sales are accessible from both ticket selling and clerks, but group sales are only accessible from a clerk.

Import into your Project

Posted by: Ricardo Poole

Turn every software project into a successful one.

Try Visual Paradigm for Free! Or learn more about our features.

0 0 vote
Article Rating
guest
0 Comments
Inline Feedbacks
View all comments