OOSE Record
OOSE Record
TINDIVANAM
(A Constituent College of Anna University, Chennai)
Page | 1
University College of Engineering, Tindivanam
UNIVERSITY COLLEGE OF ENGINEERING
TINDIVANAM
(A Constituent College of Anna University, Chennai)
Page | 2
University College of Engineering, Tindivanam
TABLE OF CONTENTS
1 Case Tools
3 Book bank
4 Exam Registration
11 Recruitment system
INTRODUCTION:
CHARACTERISTICS OF CASE:
1
of a system. The UML is not intended to be a visual programming language.
However it has a much closer mapping to object-oriented programming
languages, so that the best of both can be obtained. The UML is much
simpler than other methods preceding it. UML is appropriate for modeling
systems, ranging from enterprise information system to distributed web
based application and even to real time embedded system. It is a very
expensive language addressing all views needed to develop and then to
display system even though understand to use. Learning to apply UML
effectively starts forming a conceptual mode of languages which requires
learning.
1. Class diagram
2. Use-case diagram
3. Behavior diagram
3.1. Interaction diagram
3.1.1. sequence diagram
3.1.2. collaboration diagram
3.2. state chart diagram
3.3. activity diagram
2
4. Implementation diagram
4.1component diagram
4.2deployment diagram
2. Use-case diagram:
3. Behavior diagram:
4. Interaction diagram
3
possible states that a particular object can get into and how the object's state
changes as a result of events that reach the object. In most OO techniques,
state diagrams are drawn for a single class to show the lifetime behavior of a
single object.
6. Activity diagram:
7. Implementation diagram:
8. Component diagram:
9. Deployment diagram:
NOTATION ELEMENTS:
These are explanatory parts of UML model. They are boxes which
may apply to describe and remark about any element in the model. They
4
provide the information for understanding the necessary details of the
diagrams.
Dependency:
Association:
Generalization:
Realization:
5
Conceptual model be UML:
UML you need to form the conceptual model of UML. This requires
three major elements:
UML basic building blocks.
Rules that dictate how this building blocks are put
together.
Some common mechanism that apply throughout the
language.
Once you have grasped these ideas, you may be able to read. UML
create some basic ones. As you gain more experience in applying conceptual
model using more advanced features of this language.
Description:
Purpose:
Main flow:
First, the sender gives his id and enters his login. Now, he enters the
message to the receiver id.
Alternate flow:
6
Pre-condition:
Post-condition:
The user is not allowed to enter if the password or user name is not
valid.
Class diagram:
Description:
<<Class name>>
<<Attribute 1>>
<<Attribute n>>
<<Operation ()>>
Relationship used:
Generalization:
It is a kind of relationship
State chart:
7
Description:
Decision:
Synchronization:
State:
Start state:
End state:
8
It is a final or terminal state.
Activity diagram
Description:
Activity:
Decision:
Start state:
Object flow:
Synchronization:
End state:
An end state represents a final or terminal state on an activity diagram
or state chart diagram.
9
Sequence diagram:
Description:
The sequence diagram for the e-mail client system consists of the
following objectives:
Object:
Message icon:
Collaboration diagram:
Description:
10
Collaboration diagram shows object s, their links and their messages. They
can also contain simple class instances and class utility instances.
CONCLUSION:
Thus the study for case tools was done.
11
Ex no:2
PASSPORT AUTOMATION SYSTEM
Date:
AIM:
To create an automated system to perform the Passport Process.
2.1SOFTWARE INTERFACE
• Front End Client - The applicant and Administrator online
interface is built using
JSP and HTML. The Administrators's local interface is built using
Java.
• Web Server - Glassfish application server(Oracle Corporation).
• Back End - Oracle database.
2.2HARDWARE INTERFACE
12
( III ) USECASE DIAGRAM :
registration
enter applicant id
check status
administrator
dispatch passport
13
Fig.4.2. ACTIVITY DIAGRAM FOR ADMINISTRATION
14
(V) CLASS DIAGRAM:
15
(VI) INTERACTION DIAGRAM:
16
administrator
administrator system
system panel application
admin panel database
database application
1: 1.username\password
2: authetication suceed
6: give details
6: give details
databas applicati
e on
17
details entered are verified by the administrator and the applicant is
approved if the details match then the passport is dispatch, otherwise an
appropriate error message is displayed.
applicant
applicant system
database
1: enter applicant id
1: enter applicant id
3: display the status
applicant
system
18
The diagrams show the applicant enters his id and the system fetch the
details from the database and display the status.
applicant
applicant database
database
system
system
2: registeration form
3: fill in details
4: submit
5: give applicatino id
5: give applicatino id
2: registeration form
databas
e
19
The diagrams show the applicant request the system for registration
and the system provide the register form and applicant fill the form and
submit and the system give the applicant id. The database stores the full
details.
(VII) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM
UI
Swing Text
Domain
Authentication
Login
Technical Services
Persistence Log4J
SOAP
DBFacade
20
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<client
<<database>>
workstation>>
:MySQL
:GenericPC
SQL HTT
<<server>> :T
omcat6
DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
RESULT:
Thus the mini project for passport automation system has been
successfully executed and codes are generated.
21
Ex no:3
BOOK BANK SYSTEM
Date:
AIM:
To create a system to perform book bank operation
22
(III) USE-CASE DIAGRAM:
23
(IV) ACTIVITY DIAGRAM:
24
(V) CLASS DIAGRAM:
25
by the “to” object. The “to” object performs the operation using a method
that the class contains.
It is also represented by the order in which things occur and how the
objects in the system send message to one another.
The diagrams show the pin no is entered and check the pin .Get no
and validate password check the condition based on condition book issue
and return are done. Pay the online and renewed.
26
5: get valid pin
4: Validate Password
1: pin no :
9: book issue BookBank
8: no 2: Check pin
11: checkDate
10: yes
6: Yes
: BookReturn : BookIssue : validity
27
(VII) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM:
UI
Swing Text
BookBank BkBank
system Console
Domain
Technical Services
Persistence Log4J
SOAP
DBFacade
28
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<database>> <<client
:MySQL workstation>>:
GenericPC
SQL HTTP
<<server>> :To
mcat6
Fig.8.1.DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
Fig.8.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for Book Bank System has been successfully executed
and codes are generated.
Ex no:4
29
EXAM REGISTRATION SYSTEM
Date:
AIM:
To create a system to perform the Exam Registration system
30
4. Pay fee
5. Display details
6. Logout
USECASE DIAGRAM :
31
Fig. 4.USECASE DIAGRAM FOR EXAM REGISTRATION SYSTEM
32
(V) CLASS DIAGRAM:
33
An event also is considered to be any action by an object that sends
information. The event line represents a message sent from one object to
another
Database ::
ExamController
ExamController
: student
1: login
2: confirmation
3: pay
4: register
5: conformation
7: logout
3: pay
: ExamController
: student
1: login
2: confirmation 4: register
7: logout
6: view exam details
Database
34
(VII) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM:
UI
Swing Text
ExamReg ExamReg
System Console
Domain
Student ExamController
Authentication
Logout
Login
Technical Services
Persistence Log4J
SOAP
DBFacade
35
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<client
<<database>> workstation>>:
:MySQL GenericPC
SQL HTTP
<<server>> :To
mcat6
Fig.7.1.DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
Fig.7.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for Exam Registration system has been
successfully executed and codes are generated.
36
Ex no: 5
STOCK MAINTENANCE
Date:
AIM:
To create a system to perform the Stock maintenance
1.1 PURPOSE
The entire process of Stock maintenanceis done in a manual manner
Considering the fact that the number of customers for purchase is increasing
every year, a maintenance system is essential to meet the demand. So this
system uses several programming and database techniques to elucidate the
work involved in this process.
1.2 SCOPE
• The System provides an interface to the customer where they can fill
in orders for the item needed.
• The sales person is concerned with the issue of items and can use
this system.
37
• Provide a communication platform between the customer and the
sales person.
Place Order
Track order
Customer
Validate Customer
Ship Order
Sales Person
Bill Customer
38
(IV) ACTIVITY DIAGRAM
Customer
Sales
Request Service
Deliver
Order
Collect
Order
39
(V) CLASS DIAGRAM
Description:
A class diagram describes the type of objects in system and
various kinds of relationships that exists among them.
Class diagrams and collaboration diagrams are alternate
representations of object models.
40
(VI) UML INTERACTION DIAGRAMS
An Order
Order An Order
Order An Order Line A Stock Item
Prepare
Prepare
Has Stock:=Check
[has Stock]:Remove
A Delivery Item
41
COLLABORATION DIAGRAM
ORDER ENTRY
WINDOW
1: prepare()
AN ORDER
4: [hasstock]remove()
ORDER LINE STOCK ITEM
42
(VII) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM
UI
Swing Text
Domain
Customer Order
Shipment
Product
Technical Services
DBFacade
43
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
LAN
<<database>> <<client
:MySQL workstation>>:
GenericPC
Fig.8.1.DEPLOYMENT DIAGRAM
Component Diagram
Fig.8.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for stock maintenance system has been
successfully executed and codes are generated.
44
EX NO: 6 ONLINE COURSE RESERVATION SYSTEM
Date:
AIM
To design an object oriented model for course reservation system.
OBJECTIVES
a. The main purpose of creating the document about the software
is to know about the list of the requirement in the software
project part of the project to be developed.
FUNCTIONALITY
Many members of the process line to check for its occurrences and
transaction, we are have to carry over at sometimes
USABILITY
The user interface to make the transaction should be effectively
45
PERFORMANCE
It is the capability about which it can performed function for many user at
sometimes efficiently (ie) without any ever occurrences
RELIABILITY
The system should be able to the user through the day to day transaction
CLASS DIAGRAM:
A class diagram describes the type of objectors in the system the various
kinds of static relationship that exist among them.
46
SEQUENCE DIAGRAM
A sequence diagram is one that includes the object of the projects and tells
the lifetimes and also various action performed between objects.
47
COLLOBORATIION DIAGRAM
It is same as the sequence diagram that involved the project with the only
difference that we give the project with the only difference that we give
sequence number to each process.
48
49
ACTIVIY DIAGRAM
It includes all the activities of particular project and various steps using join
and forks
COMPONENT DIAGRAM
50
DEPLOYMENT DIAGRAM
PACKAGE DIAGRAM
51
diagrams are organized into package. A package diagram in unified
modeling language that depicts the dependencies between the packages that
make up a model. A Package Diagram (PD) shows a grouping of elements in
the OO model, and is a Cradle extension to UML. PDs can be used to show
groups of classes in Class Diagrams (CDs), groups of components or
processes in Component Diagrams (CPDs), or groups of processors in
Deployment Diagrams (DPDs).
There are three types of layer. They are
b. Domain layer
RESULT
Thus the mini project for online course reservation system has been
successfully executed and codes are generated.
52
EX NO: 7 AIRLINE/RAILWAY RESERVATION SYSTEM
Date:
AIM
To develop the Airline/Railway reservation System using Rational
Rose Software.
2.2 Usability
The User interface makes the Credit Card Processing System to be efficient.
2.3 Performance
It is of the capacities about which it can perform function for many users
at the same times efficiently that are without any error occurrence.
2.4 Reliability
The system should be able to process the user for their corresponding
request.
53
Fig. USE-CASE DIAGRAM FOR AIRLINE RESERVATION
(IV) CLASS DIAGRAM
The online ticket reservation system makes use of the following classes:
1. ticketReservation
2. trainInfo
3. passengerInfo
4. seatAvailStatus
54
SEQUENCE DIAGRAM
55
COLLABRATION DIAGRAM
56
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.
ACTIVITY DIAGRAM
Activity diagrams are graphical representations of workflows of stepwise
activities and actions with support for choice, iteration and concurrency. In
the Unified Modeling Language, activity diagrams can be used to describe
the business and operational step-by-step workflows of components in a
system. An activity diagram shows the overall flow of control. An activity is
shown as an rounded box containing the name of the operation.
57
COMPONENT DIAGRAM
RESULT
Thus the mini project for Airline/Railway reservation System has been
successfully executed and codes are generated.
58
Ex no: 8 SOFTWARE PERSONNEL MANAGEMENT SYSTEM
Date:
AIM:
To implement a software for software personnel management system.
(I)PROBLEM STATEMENT:
59
( III )USECASE DIAGRAM:
60
(IV) ACTIVITY DIAGRAM:
61
(V) CLASS DIAGRAM:
Fig.5.CLASS DIAGRAM
62
(VI) INTERACTION DIAGRAM:
Fig.6.1.SEQUENCE DIAGRAM
63
Fig.6.2.COLLABORATION DIAGRAM
64
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Fig.8.1.DEPLOYMENT DIAGRAM
65
COMPONENT DIAGRAM
Fig.8.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for software personnel management system has
been successfully executed and codes are generated.
66
Ex. No:9
CREDIT CARD PROCESSING
Date:
AIM:
To create a system to perform the credit card processing
67
The server is directly connected to the client systems. The client
systems have access to the database in the server.
The transaction details are recorded by the credit card processor and
results are securely relayed to the merchant. Merchant’s site receives
transaction result and does appropriate actions (e.g. saves the order & shows
message).
68
The class diagram, also referred to as object modeling is the main
static analysis diagram. The main task of object modeling is to graphically
show what each object will do in the problem domain. The problem domain
describes the structure and the relationships among objects.
The Credit Card Processing system class diagram consists of three
classes.
They are
Cashier
User
Authorization Service
Fig.4.CLASS DIAGRAM
69
(V) INTERACTION DIAGRAM:
Fig.5.1.SEQUENCE DIAGRAM
Fig.5.2.COLLABORATION DIAGRAM
70
(VI) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM
UI
Swing
CCP system
Domain
User Merchant
AutherizationSerivic
e
Reply
Technical Services
Persistence
DBFacade Log4J
SOAP
71
(VII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<client
<<database> workstation
> >>:Generic
: SQL
SQ HT
<<server>>
Fig.7.1.DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
Component diagrams are used to visualize the organization and relationships
among components in a
Fig.7.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for credit card processing system has been
successfully executed and codes are generated.
72
Ex. No:10
E-BOOK MANAGEMENT SYSTEM
Date:
AIM:
To create a system to perform E- book Management System.
The ORS acts as an interface between the user and the 'e-book
manager'. This system tries to make the interface as simple as possible and at
the same time not risking the security of data stored in. This minimizes the
time duration in which the user receives the books or magazines.
Front End Client - The Student and Librarian online interface is built
using JSP and HTML. The Librarians local interface is built using Java.
73
The server is directly connected to the client systems. The client
systems have access to the database in the server.
74
(IV) ACTIVITY DIAGRAM:
75
(V) CLASS DIAGRAM
76
(VI) INTERACTION DIAGRAM:
It is also represented by the order in which things occur and how the
objects in the system send message to one another.
Fig.6.1.SEQUENCE DIAGRAM
77
Fig.6.2.COLLABORATION DIAGRAM
UI
Swing
E-Book system
Domain
Client Order
Technical Services
Persistence Log4J
SOAP
DBFacade
78
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<client
<<database>>
workstation>>:
:MySQL
GenericPC
SQL HTTP
<<server>> :To
mcat6
Fig.8.1.DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
Component diagrams are used to visualize the organization and relationships
among components in a system.
Fig.8.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for E-Book System has been successfully
executed and codes are generated.
79
Ex.No: 11
RECRUITMENT SYSTEM
Date:
AIM:
To create an automated system to perform the Recruitment System
Process.
80
• Back End - SQL database.
2.3 HARDWARE INTERFACE
The server is directly connected to the client systems. The client
systems have access to the database in the server.
( III )USECASE DIAGRAM:
81
(IV) ACTIVITY DIAGRAM:
82
Fig.5. UML CLASS DIAGRAM
83
Fig. 6.1SEQEUENCE DIAGRAM FOR Register:
84
Fig.6.3. SEQUENCE DIAGRAM FOR Admin
85
Fig.7.1COLLABRATION DIAGRAM For Register
86
Fig.7.3.COLLABORATION DIAGRAM FOR Admin
(VIII) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM:
UI
Swing Text
Recruitment Recruitment
system Form
Domain
Status
Get status
Technical Services
Persistence Log4J
SOAP
DBFacade
87
(IX) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<databas <<client
e>>
workstati
:MySQL
on>>:Gen
SQ H
<<server>
> :Tomca
t6
Fig.9.1.DEPLOYMENT DIAGRAM
Component Diagram
Component diagrams are used to visualize the organization and
relationships among components in a system.
Fig.9.2.COMPONENT DIAGRAM
RESULT:
Thus the mini project for recruitment system has been successfully
executed and codes are generated.
88
Ex.No :12 FOREIGN TRADING SYSTEM
Date :
AIM
To design a project Foreign Trading System using Rational Rose
Software and to implement the software in Visual Basic
The forex system begins its process by getting the username and password
from the trader. After the authorization permitted by the administrator, the
trader is allowed to perform the sourcing to know about the commodity
details.After the required commodities are chosen, the trader places the
order.The administrator checks for the availability for the required
commodities and updates it in the database. After the commodities are ready
for the trade, the trader pays the amount to the administrator.The
administrator in turn provides the bill by receiving the amount and updates it
in the database.The trader logouts after the confirmation message has been
received.
FUNCTIONALITY
Transfer purchasing power between countries. Obtain credit for international
trade transactions. Minimize exposure to the risks of exchange rate changes.
89
FUNCTIONALITY REQUIREMENTS
Functional requirements refers to the functionality of the system. The
services that are provided to the trader who trades.
UML DIAGRAMS
The exporter submits the relevant documents to his buyer (banker) for getting the payment
for the goods exported.
CLASS DIAGRAM
A class diagram is a type of static structure diagram that describes the
structure of a system. The classes in the class diagram represent both the
main objects and or interactions in the application.The class diagram is
represented using rectangular boxes each of which contains three parts:
90
SEQUENCE DIAGRAM
91
TraderTraderAdministratorAdministratorDatabaseDatabaseLoginSourcingPl
ace orderUpdateorderPay update account details bill logout
COLLABORATION DIAGRAM
A collaboration diagram belongs to a group of UML diagrams called
Interaction Diagrams. collaboration diagrams, like sequence diagrams, show
how the objects interact over the course of time. collaboration diagrams
show the sequence by numbering the messages on the diagram.
92
DOCUMENTATION OF COLLABORATION DIAGRAM
The collaboration diagram shows how the trader performs the sourcing and
places order for which the administrator provides the bill and updates it in
the database.
• The trader logins the register in the first state and performs sourcing in the
second state.
• The trader receives the bill in the fourth state and pay the required amount
in fifth state.
• The trader logouts from the system in the sixth state
ACTIVITY DIAGRAM
This diagram represents the graphical representation of workflows of
stepwise activities and actions with support for choice, iteration and
concurrency. It shows the overall flow of control.
• The second action is the place where the trader places the order.
• The decision state is the state where the trader decides to place the order.
• If the trader places the order, fill the form for the required commodities.
93
• The next activity is that the administrator provides the bill for those
commodities.
• The trader pays for the bill and logout from the system.
COMPONENT DIAGRAM
A component diagram depicts how the components are wired together to
form larger components and or software systems. Components are wired
together by using an assembly connector to connect the required interface of
one component with the provided interface of another component.
DEPLOYMENT DIAGRAM
A deployment diagram models the physical deployment of artifacts on nodes.
The nodes appear as boxes, and the artifacts allocated to each node appear as
rectangles within the boxes. Nodes may have sub nodes, which appear as
nested boxes.
94
DOCUMENTATION OF DEPLOYMENT DIAGRAM
The processor in this diagram is the foreign trading system. The devices are
the trader and administrator who perform the main activities in the system.
PACKAGE DIAGRAM
A package diagram in the unified modeling language depicts the
dependencies between the packages that make up a model. It provides a way
to group the elements. There are three types of layers in package diagram.
They are
• Domain layer
95
General purpose objects and subsystems that provide supporting technical
services, such as interfacing with a database or error logging.These services
are usually application-independent.
• User interface layer – consists of web and login. This layer describes how
the trader logins to the website and trades for the commodities.
• Domain layer – shows the activities that are performed inside the trading
system. The activities are place order, pay for the bill and logouts.
• Technical service layer – The sourcing and updating the details are
performed in this layer.
RESULT
Thus the mini project for foreign trading system has been successfully
executed and codes are generated.
96
Ex. No: 13 CONFERENCE MANAGEMENT SYSTEM
Date:
AIM
To develop a project on Conference management system using
Rational Rose Software.
( I )PROBLEM STATEMENT
The process of the candidates is to login the conference system and submit
the paper through online. Then the reviewer reviews the paper and sends the
acknowledgement to the candidate either paper selected or rejected. This
process of on conference management system are described sequentially
through following steps,
97
SOFTWARE REQUIREMENT This software specification documents full
SPECIFICATION set of features
and function for conference management
system.
PURPOSE
The purpose of the conference management system is that the system can
easily review the process. The main process in this document is the
submission of paper by the candidate, reviewing process by the reviewer and
sending of acknowledgement to the candidates whose paper is selected.
SCOPE
The scope of this conference management process is to select the best
candidate from the list of candidates based on their performance in the
process.
FUNCTIONALITY
The main functionality of conference system is to select the candidate for the
presentation in conference.
USABILITY
The user interface to make the process should be effective that is the system
will help the candidates to register easily. The system should be user friendly.
PERFORMANCE
It describes the capability of the system to perform the conference process of
the candidate without any error and performing it efficiently.
RELIABILITY
The conference system should be able to serve the applicant with correct
information and day-to-day update of information.
FUNCTIONAL REQUIREMENTS
Functional requirements are those that refer to the functionality of the
system that is the services that are provided to the candidate who register for
the conference.
UML DIAGRAMS
98
The following UML diagrams describe the process involved in the
conference management system.
• Candidate - Logins the conference system and submits the paper then do
the registration process.
• Databases - verify the login and register details and selected candidate
details are stored in it.
• Review the paper– The paper is been reviewed by the reviewer and the
paper is selected.
99
• Revised and camera ready paper – After the paper is selected and the
camera ready paper should be submitted to the reviewer by candidate.
CLASS DIAGRAM
100
• Reviewer – Its attributes are name, department, reviewer ID The
operations performed are review the paper and send the paper confirmation
details.
SEQUENCE DIAGRAM
101
SEQUENCE DIAGRAM FOR SUBMITTING PAPER
• The candidate login in to the conference system and register for job.
PAPER SUBMISSION
This sequence diagram shows steps to show
COLLABRATION DIAGRAM
102
A collaboration diagram, also called a communication diagram or interaction
diagram,. A sophisticated modeling tool can easily convert a collaboration
diagram into a sequence diagram and the vice versa. A collaboration
diagram resembles a flowchart that portrays the roles, functionality and
behavior of individual objects as well as the overall operation of the system
in real time.
LOGIN
This collaboration diagram is to show how the applicant login in the
conference system. Here the sequence is numbered according to the flow of
execution.
PAPER SUBMISSION
This collaboration diagram is to show the submitting paper process of the
candidate for the conference. The flow of execution of this selection process
is represented using the numbers.
103
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.
• First state is login where the candidate login to the conference system.
COMPONENT DIAGRAM
104
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.
DEPLOYMENT DIAGRAM
105
DOCUMENTATION OF DEPLOYMENT DIAGRAM
The processor in this deployment diagram is the conference management
system which is the main part and the devices are the candidate, appear for
do conference , reviewer will reviews paper , database will store all details
which are the some of the main activities performed in the system.
PACKAGE DIAGRAM
• The User interface layer - consists of the web and login. This layer
describes how the candidate login.
• The Domain layer – shows the activities that are performed in the
conference management system. The activities are paper submission , review
paper , registration.
• The Technical service layer - the verification details and the selected
candidate details will stored into the database.
106
RESULT
Thus the mini project for Conference management system has been
successfully executed and codes are generated.
107
Ex.No:14 BPO MANAGEMENT SYSTEM
Date:
AIM:
To implement a software for BPO management system
(I)PROBLEM STATEMENT:
With the reduction in communication costs and improved bandwidths and
associated infrastructure, BPO as a segment is witnessing a massive growth.
One of the key challenges that BPO companies that provide data entry/data
validation services is an efficient and effective way of getting the source
documents from different customers and accurately route the same to
different operators for processing.
108
Fig.3. UML USE CASE DIAGRAM
109
The UML class diagram is to illustrate class interfaces and their actions.
They are used for static object modeling, we have already introduced and
used their UML diagram while domain modeling.
110
(V) UML SEQUENCE DIAGRAM:
A sequence diagram illustrates a kind of format in which each object
interacts via message. It is generalize between two or more specialized
diagram.
111
Fig.5.2COLLABRATION DIAGRAM
112
(VI) PARTIAL LAYERD LOGICAL ARCHITECTURE DIAGRAM:
UI
Swing Text
BPOS Recruitment
Form
Domain
BPOS Admin
Client
Upload Feedback
Technical Services
Persistence Log4J
SOAP
DBFacade
113
(VIII) DEPLOYMENT DIAGRAM AND COMPONENT DIAGRAM
Deployment diagrams are used to visualize the topology of the
physical components of a system where the software components are
deployed.
<<database>>
<<client
:SQL
workstation>>:
GenericPC
SQL FTP
<<server>>
Fig.9.1.DEPLOYMENT DIAGRAM
Component Diagram
Component diagrams are used to visualize the organization and
relationships among components in a system.
RESULT :
Thus the mini project for BPO management system has been
successfully executed and codes are generated.
114
Ex.No:15 LIBRARY MANAGEMENT SYSTEM
Date:
AIM
To design an object oriented model for Library Management System using
Rational Rose software and to implement it using Java.
PROBLEM STATEMENT
The library management system is a software system that issues books and
magazines to registered students only. The student has to login after getting
registered to the system. The borrower of the book can perform various
functions such as searching for desired book, get the issued book and return
the book.
CLASS DIAGRAM
A class diagram in the unified modeling language is a type of static structure
diagram that describes the structure of a system by showing the system’s
classes, their attributes, operations and the relationships among objects. The
library management system makes use of the following classes user,
115
librarian, system and DBA.
login
display page
issue book
return book
DBA
maintain database
116
DEPLOYMENT DIAGRAM
Deployment diagram is a structure diagram which shows
architecture of the system as deployment of software artifacts to
deployment target. It is the graph of nodes connected by
communication association. It is represented by three
dimensional box. The device node is library management system
and execution environment nodes are user, librarian, system and
DBA.
COMPONENT DIAGRAM
Component diagram shows the dependencies and
interactions between software components. Component diagram
carries the most important living actors of the system i.e, user,
librarian and DBA.
117
library management
system
user DBA
librarian
STATECHART DIAGRAM
State chart diagram is also called as state machine diagram.
The state chart diagram contains the states in the rectangular
boxes and the states are indicated by the dot enclosed. The state
chart diagram describes the behavior of the system. The state
chart diagram involves eight stages such as login, enter details,
requesting for book, display book details, search book, issue
book, return book and logout.
COLLABORATION DIAGRAM
Like sequence diagram collaboration diagrams are also called as interaction
diagram. Collaboration diagram convey the same informations as sequence
diagram but focus on the object roles instead of the times that messages are
sent. Here the actions between various classes are represented by number
format for the case of identification.
118
SEQUENCE DIAGRAM
A sequence diagram represent the sequence and interactions of a given use
case or scenario. Sequence diagram capture most of the information about
the system. It is also represent in order by which they occur and have the
object in the system send message to one another. Here the sequence starts
with interaction between user and the system followed by database. Once the
book have been selected the next half of sequence starts between librarian
and user followed by database.
119
ACTIVITY DIAGRAM
Activity diagram are graphical representation of workflows of stepwise
activities and actions with support for choice, iteration and concurrency.
Here in the activity diagram the user login to the system and perform some
main activity which is the main key element to the system.
RESULT
Thus the various UML diagrams for library management system was drawn
and the code was generated successfully.
120
Ex.No:16 STUDENT INFORMATION SYSTEM
Date:
AIM
To design an object oriented model for Student information system using
Rational Rose software.
PROBLEM STATEMENT
The student must register by entering the name and password to login the
form. The admin select the particular student to view the details about that
student and maintaining the student details. This process of student
information system is described sequentially through following steps. The
student registers the system. The admin login to the student information
system. He/she search for the list of students. Then select the particular
student. Then view the details of that student. After displaying the student
details then logout.
CLASS DIAGRAM
The class diagram is the graphical representation of all classes used in the
system. The class diagram is drawn as rectangular box with three
components or compartments like class name, attributes and operations. The
student information system makes use of the following classes like student,
staff, system, DBA and server.
121
COLLABORATION DIAGRAM
A Collaboration diagram represents the collaboration in which is a set of
objects related to achieve a desired outcome. In collaboration, the sequence
is indicated by numbering the message several numbering schemes are
available. Login, request access, allow access, display, view details, logout,
login, request access, allow access, display, enter profile, enter mark,
provide data, logout, store data, update data.
122
SEQUENCE DIAGRAM
A Sequence diagram represent the sequence and interaction
of a given usecase or scenario. Sequence diagram capture most of
the information about the system. Here the sequence starts
between the student and the system. The second half of interaction
takes place between staff and system then by police and followed
123
by database. The student first login to the system and then view
the details of the details. Staff login to the system enter mark and
enter the details of the student. DBA store and update the details
of the student.
COMPONENT DIAGRAM
Component diagram carries the major living actors of the
system. The component diagram main purpose is to show the
124
structural relationship between components of the system.The
main component of the system is student information system and
the other components of the system are student, staff and DBA.
student information
system
125
login
<<actor>>
display projection of
student
information
enter profile
enter mark
s tudent
view details
staff
update details
allow acces s
server
DBA
reques t access
store data
DEPLOYMENT DIAGRAM
Deployment diagram shows the configuration of runtime
processing elements and the software components processes and
objects that live in them. Component diagram are used in
conjunction with deployment diagram to show how physical
modules code are distributed on various hardware platform. The
processor node in the system is student information system and
the execution environment nodes or device nodes are student,
staff and DBA.
126
STATE CHART DIAGRAM
A State chart diagram is also called as state machine diagram. The state
chart contains the states in the rectangular boxes and the states are indicated
by the dot enclosed. The state chart diagram describes the behavior of the
system. The state chart involves six stages such as login, enter mark, enter
profile, view details, provide details, update details, store details and logout.
login enter enter
marks profile
view details
ACTIVITY DIAGRAM
Activity diagram are graphical representation of stepwise
127
activities and actions with support for choice, interaction and
concurrency. Here in the activity diagram the student login to the
system and view the details of the student. The staff login to the
system for entering the student details and update the details in the
database. The final interaction is the DBA store the details of the
student.
RESULT
Thus the various UML diagrams for student information
system were drawn and code was generated successfully.
128
VIVA QUESTION
Ex.no 1: Passport automation system.
1. What is Object-Oriented Analysis and Design?
2. What is Class diagram?
3. What is Interaction diagram?
4. What is Sequence diagram?
5. What are the three ways and perspectives to Apply UML?
Ex.no 2: Book bank
1. What is use case?
2. What are Actors?
3. What is Activity diagram?
4. What is Component diagram?
5. What is Deployment diagram?
Ex.no 3: Exam registration
1. Explain about exam registration scenario?
2. What is Inception?
3. What is object?
4. What is UML?
5. What are the goals of UML?
Ex.no 4: Stock maintenance system.
1. What is Collaboration diagram?
2. What is State Chart diagram?
3. What is a scenario?
4. What tests can help find useful use cases?
5. What are Three Kinds of Actors?
Ex.no 5: Online course reservation system
1. What is Package diagram?
2. Explain the include relationship.
3. Explain the extend relationship.
4. What is the generalization relationship?
5. What is meant by POS system?
Ex.no 6: Airline/Railway reservation system
1. What do you mean by the term elaboration?
2. Enlist various tasks that are involved in elaboration.
3. What is domain model?
4. Why domain model is referred as visual dictionary?
5. How to create domain model?
Ex.no 7: Software personnel management system
1. Define conceptual classes.
2. What are description classes?
3. What is association?
4. What is attributes?
5. Define aggregation and composition.
Ex.no 8: Credit card processing
1. Differentiate single and multiple inheritances.
2. Distinguish between method and message in object.
3. When to create a subclass of superclass?
4. How to create instance?
129
5. Give a sample category list for identifying conceptual classes
Ex.no 9: e-book management system
1. What is design pattern ?
2. Write notes on pattern.
3. When to use pattern ?
4. What is GRASP ?
5. Define the concept of creator ?
Ex.no 10: Recruitment system
1. Explain about Recruitment system.
2. Define Modular Design.
3. What is Observer Pattern?
4. List out the types of Coupling.
5. List out the four main benefits in Design Pattern?
Ex.no 11: Foreign trading system
1. Define Behavioral.
2. Define Creational.
3. What is meant by Low Coupling ?
4. Define Structural Pattern.
5. Define Factory Method.
Ex.no 12: Conference management system
1. What is Information Expert?
2. Define Singleton Pattern.
3. What do you mean by High Cohesion?
4. Define Modular Design
5. Mention Interface and Domain Layer responsibilities
Ex.no 13: BPO management system
1. List the relationships used in class diagram.
2. What is use of system sequence diagram?
3. What do you mean by sequence number in UML? Where and for what it is used ?
4. Define package and draw the UML notation for package?
5. Differentiate sequence and communication diagram.
Ex.no 14: Library management system
1. Explain about Library management system.
2. Define component with example.
3. Define System Events and the System Boundary.
4. What is meant by Inter-System SSDs?
5. What is meant by link?
Ex.no 15: Student information system
1. What are steps for mapping design to coding?
2. What are the issues in OO Testing?
3. List the four level of OO testing.
4. Define GUI Testing
5. What is regression testing?
130