0% found this document useful (0 votes)
4 views19 pages

UML Lab2026

The document outlines various software systems including a Passport Automation System, Online Course Reservation System, Credit Card Processing System, E-Book Management System, and Conference Management System. Each section describes the aim, use case diagrams, class diagrams, component diagrams, deployment diagrams, and state chart diagrams relevant to the respective systems. The overall goal is to illustrate the design and functionality of these systems through object-oriented modeling techniques.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views19 pages

UML Lab2026

The document outlines various software systems including a Passport Automation System, Online Course Reservation System, Credit Card Processing System, E-Book Management System, and Conference Management System. Each section describes the aim, use case diagrams, class diagrams, component diagrams, deployment diagrams, and state chart diagrams relevant to the respective systems. The overall goal is to illustrate the design and functionality of these systems through object-oriented modeling techniques.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PASSPORT AUTOMATION SYSTEM

AIM
To simplify the process of applying passport, software has been created by
designing through rational rose tool, using visual basic as a front end and
Microsoft access as a back end. Initially the applicant login the passport
automation system and submits his details. These details are stored in the
database and verification process done by the passport administrator, regional
administrator and police the passport is issued to the applicant.

USE CASE DIAGRAM

Use case is shown as an ellipse containing the name of use case .An actor is
shown as a stick figure with the name below it. Use case diagram is a graph of
actors.
DEPLOYMENT DIAGRAM

It is a graph of nodes connected by communication association. It is represented


by a three dimensional box. The basic element of a deployment diagram is a node
of two types
COMPONENT DIAGRAM

The component diagram is represented by figure dependency and it is a graph of


design of figure dependency
STATE CHART DIAGRAM
The state chart diagram contains the states in the rectangle boxes and starts in
indicated by the dot and finish is indicated by dot encircled. The purpose of state
chart diagram is to understand the algorithm in the performing method.

ONLINE COURSE RESERVATION SYSTEM


AIM:

To design an object oriented model for course reservation system. The


requirement form the customer is got and the requirements about the course
registration are defined. The requirements are analyzed and defined so that is
enables the student to efficiency select a course through registration system. The
project scope is identified and the problem statement is prepared.
CLASS DIAGRAM:
A class diagram describes the type of objectrs in the system the various kinds of
static relationship that exist among them
USECASE DIAGRAM :
Use case is a sequence of transaction in a system whose task is to yield result of
measurable value to individual author of the system. Use case is a set of scenarios
together by a common user goal. A scenario is a sequence of step describing as
interaction between a user and a system

COMPONENT DIAGRAM
The component diagram is represented by figure dependency and it is a
graph of design of figure dependency. The component diagram's main purpose is
to show the structural relationships between the components of a systems. It is
represented by boxed figure. Dependencies are represented by communication
assosiation
DEPLOYMENT DIAGRAM
It is a graph of nodes connected by communication association. It is
represented by a three dimensional box. A deployment diagram in the unified
modeling language serves to model the physical deployment of artifacts on
deployment targets. Deployment diagrams show "the allocation of artifacts to
nodes according to the Deployments defined between them. It is represented by
3-dimentional box. Dependencies are represented by communication association.
The basic element of a deployment diagram is a node of two types

STATE CHART DIAGRAM


It is a technique to describe the behavior of the system. It describes all the
possible states that a particular object gets into the object-oriented technique.
State diagram are drawn for a single class to show to the lifetime behaviour of a
single objects
CREDIT CARD PROCESSING SYSTEM

AIM
The Credit Card Processing System which is use to purchasing an item from any
shop mall, and it is used to maintain the limitation of credit card balance and
current transaction process could be update via credit card machine. This project
mainly used for large amount of item can be easy to buy from anywhere and
required transaction process should be maintained them.

CLASS DIAGRAM

The Class diagram the types of object in the system an the various kinds
of static relation ships that exists among them.
USECASE DIAGRAM
The use cases are a set of scenarios to guide together by a common user goal. A
scenario is the sequence of steps describing an interaction between a user and
their system

purchase

bill

vend

swap the
custom

make

card

print the

signatur
deliver the item
COMPONENT DIAGRAM
The component diagram is represented by figure dependency and it is a graph of
design of figure dependency

CreditCard
Processing
System

Custome Vendor Card


r. . Reader
.

DEPLOYMENT DIAGRAM
A deployment diagram in the unified modeling language serves to
model the physical deployment of artifacts on deployment targets. Deployment
diagrams show "the allocation of artifacts to nodes according to the Deployments
defined between them. It is represented by 3-dimentional box. Dependencies are
represented by communication association.
Credit Card
Processing
System

Signature Deliver
Purchas Swap Make
y
e the Transactio
Item
Item Card n

STATECHART DIAGRAM
It is a familiar technique to describe the behavior of the system. Events
involve in the state chart diagram a purchase, make transaction, delivery the item.

select bill swap make print


item issue the transaction bill
E-BOOK MANAGEMENT SYSTEM

AIM
To develop a project E-Book Management system using Rational Rose Software
and to implement the software in Java. Ebook Management System gives an idea
about how books are maintained in the particular websites. The books that are to
be purchased, the books that are to be sold are maintained here. . Further some
additional details of the current books that is available in the store are also given.
Ebook Management System in this project is done in an authorized way. The
password and user id has been set here.

CLASS DIAGRAM
A class diagram in the unified modeling language (UML) is a type of static
structure diagram that describes the structure of a system by showing the system's
classes, their attributes, and the relationships between the classes. It is represented
using a rectangle with three compartments. Top compartment have the class
name, middle compartment the attributes and the bottom compartment with
operations
USECASE DIAGRAM
A use case is a methodology used in system analysis to identify, clarify,
and organize system requirements. The use case is made up of a set of possible
sequences of interactions between systems and users in a particular environment
and related to a particular goal. It is represented using ellipse. Actor is any
external entity that makes use of the system being modelled. It is represented
using stick figure
Logi
n

Customer
1
Database
Select 1
books

Payment
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural
relationships between the components of a systems. It is represented by boxed
figure. Dependencies are represented by communication association.

DEPLOYMENT DIAGRAM
A deployment diagram in the unified modeling language serves to model the
physical deployment of artifacts on deployment targets. Deployment diagrams
show "the allocation of artifacts to nodes according to the Deployments defined
between them. It is represented by 3- dimensional box. Dependencies are
represented by communication association.
STATE CHART DIAGRAM
The purpose of state chart diagram is to understand the algorithm involved
in performing a method. It is also called as state diagram. A state is represented as
a round box, which may contain one or more compartments. An initial state is
represented as small dot. A final state is represented as circle surrounding a small
dot.

logi

select
the
books
buy

CONFERENCE MANAGEMENT SYSTEM


AIM
The Conference Management System is an online website in which
candidate can submit the paper and register themselves and then attend the
conference. The paper will be reviewed. The details of the conference, date and
time will be made available to them through the website. After getting the
confirmation details the candidate should submit the revised and camera ready
paper. Then the registration process will be done.
CLASS DIAGRAM

A class diagram in the unified modeling language (UML) is a type of static


structure diagram that describes the structure of a system by showing the system's
classes, their attributes, and the relationships between the classes. It is represented
using a rectangle with three compartments. Top compartment have the class
name, middle compartment the attributes and the bottom compartment with
operations.

USECASE DIAGRAM
A use case is a methodology used in system analysis to identify, clarify,
and organize system requirements. The use case is made up of a set of possible
sequences of interactions between systems and users in a particular environment
and related to a particular goal. It is represented using ellipse.
Actor is any external entity that makes use of the system being modeled.
It is represented using stick figure.

logi
n

paper
submission

review the
candidat
paper
e

review databas
er e

paper confirmation
details

revised and camera ready


paper submission

registration

COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships
between the components of a system. It is represented by boxed figure.
Dependencies are represented by communication association

conference
management

submit review registrati


the the on

DEPLOYMENT DIAGRAM

A deployment diagram in the unified modeling language serves to model


the physical deployment of artifacts on deployment targets. Deployment diagrams
show "the allocation of artifacts to nodes according to the Deployments defined
between them. It is represented by 3- dimensional box. Dependencies are
represented by communication association.

conference
management
system

candidate1 reviewer database1


1
STATECHART DIAGRAM

The purpose of state chart diagram is to understand the algorithm involved


in performing a method. It is also called as state diagram. A state is represented as
a round box, which may contain one or more compartments. An initial state is
represented as small dot. A final state is represented as circle surrounding a small
dot.

logi
n

submit
the

review
the

sending paper
confirmation

submit revised
and camera

registrati
on

You might also like