Software Design - RECORD
Software Design - RECORD
1
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
2
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
3
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
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.
4
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
<<Attribute n>>
<<Operation ()>>
Relationship used:
A change in one element affects the other
Generalization:
It is a kind of relationship
State chart: Description:
The state chart diagram made the dynamic behavior of individual classes. State chart shows
the sequences of states that an object goes through events and state transitions.
A state chart contains one state ‘ start’ and multiple ‘ end’ states.
Decision:
It represents a specific location state chart diagram where the work flow may branch based
upon guard conditions.
Synchronization:
It gives a simultaneous workflow in a state chart diagram. They visually define forks and
joints representing parallel workflow.
Forks and joins:
A fork construct is used to model a single flow of control. Every work must be followed by a
corresponding join.
Joints have two or more flow that unit into a single flow.
State
A state is a condition or situation during a life of an object in which it satisfies condition or
waits for some events.
Start state:
A start state shows the beginning of a workflow or beginning of a state machine on a state
chart diagram.
End state:
It is a final or terminal state.
Activity diagram:
Description:
5
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
Activity diagram provides a way to model the workflow of a development We can also model
this code specific information such as class operation using diagram. Activity diagrams can
model different types of diagrams. There are tools involved in the activity diagram.
Activity:
An activity represents the performance of a task on duty. It may also represent execution of a
statement in a procedure.
Decision:
A decision represents a condition on situation during the life of an object, which it satisfies
some condition or waits for an event.
Start state:
It represents the condition explicitly the beginning of a workflow on an activity.
Object flow:
An object on an activity diagram represents the relationship between activity and object that
creates or uses it.
Synchronization:
It enables us to see a simultaneous workflow in an activity.
End state:
An end state represents a final or terminal state on an activity diagram or state diagram.
Sequence diagram:
Description:
A sequence diagram is a graphical view of scenario that shows object interaction in a time-
based sequence what happens first what happens next. Sequence diagrams are closely related
to collaboration diagram.
The main difference between sequence and collaboration diagram is that sequence diagram
shows time-based interaction while collaboration diagram shows objects associated with each
other.
Collaboration diagram:
Description:
Collaboration diagram and sequence diagrams are alternate representations of an interaction.
A collaboration diagram is an interaction diagram that shows the order of messages that
implement an operation or a transaction. Collaboration diagram is an interaction diagram that
shows the order of messages that implement an operation or a transaction.
6
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
Collaboration diagram shows object s, their links and their messages. They can also contain
simple class instances and class utility instances.
During, analysis indicates the semantics of the primary and secondary interactions. Design,
shows the semantics of mechanisms in the logical design of system.
Toggling between the sequence and collaboration diagrams
When we work in either a sequence or collaboration diagram, it is possible to view the
corresponding diagram by pressing F5 key.
7
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for the Book bank system.
PROJECT DESCRIPTION:
A Book Bank lends books and magazines to members who are registered in the system.
It also handles the purchase of new titles for the Book Bank. Popular titles are bought in
multiple copies. Old books and magazines are removed when they are outdated or in poor
condition. A member can reserve a book or magazine that is not currently available in the
book bank, so that when it is returned or purchased by the book bank, that person is notified.
The book bank can easily create, replace, and delete information about the titles, members,
loans, and reservations from the system.
USE-CASE DIAGRAM:
Use case is a list of actions or events. Steps typically defining the interactions between a
role and a system to achieve a goal. The use case diagram consists of various functionality
performed by actors like Borrower, Librarian.
CLASS DIAGRAM:
The class diagram, also referred to as object modeling, is the main static analysis
diagram. The main task of object modeling is to graphically represent what each object will
do in the problem domain. The problem domain describes the structure and relationships
among objects.
ACTIVITY DIAGRAM:
It shows organization and their dependence among the set of components. These
diagrams are particularly useful in connection with workflow and in describing behavior that
uses a lot of parallel processing. An activity is a state of doing something either a real-world
process, or the execution of a software routine
SEQUENCE DIAGRAM:
A sequence diagram represents the sequence and interactions of a given USE-CASE or
scenario. Sequence diagrams can capture most of the information about the system. Most
object-to-object interactions and operations are considered events. Events include signals,
8
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
inputs, decisions, interrupts, transitions, and actions to or from users or external devices. An
event is also considered to be any action by an object that sends information.
9
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
10
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
11
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE :
STATECHART:
12
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION:
DEPLOYMENT:
13
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COMPONENT:
RESULT:
14
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for the Exam registration system.
PROJECT DESCRIPTION:
The Exam Registration System is used in the effective dispatch of registration forms to
all of the students. This system adopts a comprehensive approach to minimize manual work
and schedule resources in a cogent manner. The core of the system is to get the online
registration form (with details such as name, reg no, etc.) filled by the student, whose
testament is verified for its genuineness by the Exam Registration System with respect to the
already existing information in the database.
USE CASE DIAGRAM:
Use case is a list of actions or events. Steps typically defining the interactions between
a role and a system to achieve a goal. The use case diagram consists of various functionality
performed by actors like Student Educational officer
CLASS DIAGRAM:
The class diagram, also referred to as object modeling, is the main static analysis
diagram. The main task of object modeling is to graphically represent what each object will
do in the problem domain. The problem domain describes the structure and relationships
among objects
ACTIVITY DIAGRAM:
It shows organization and their dependence among the set of components. These
diagrams are particularly useful in connection with workflow and in describing behavior that
uses a lot of parallel processing. An activity is a state of doing something either a real-world
process, or the execution of a software routine.
SEQUENCE DIAGRAM:
A Sequence Diagram represents the sequence and interactions of a given use case or
scenario. Sequence Diagram capture most of the information about the system. It is also
represented 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 has been selected the next half of sequence starts between
librarian and user followed by database
15
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION DIAGRAM:
Like sequence diagram collaboration diagrams are also called as Interaction Diagram.
Collaboration diagram convey the same information 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.
DEPLOYMENT DIAGRAM:
Deployment diagrams are used to visualize the topology of the physical components of
a system where the software components are deployed.
COMPONENT DIAGRAM:
Component diagrams are used to visualize the organization and relationships among
the components of a system. Component diagram shows the dependencies and interactions
between software components.
UML DIAGRAMS:
USECASE:
16
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
17
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
COLLABORATION:
18
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYMENT:
COMPONENT:
RESULT:
AIM:
To draw the UML diagrams for the Passport automation system.
PROJECT DESCRIPTION:
This software is designed for the verification of the passport details of the applicant by
the central computer. The details regarding the passport will be provided to the central
computer, and the computer will verify the details of the applicant and provide approval to
the office. Then the passport will be issued from the office to the applicant.
USE CASE DIAGRAM:
This diagram will contain the actors and use cases which are given below:
Actors: Applicant, Enquiry Officer
Use Cases: Applicant Details, Applicant Proof, Verification of Proof, Issue of
Passport, Cancellation of the Passport
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations.
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as given
below:
Activities: Enter Applicant Details, Submission of Proof, Verification of Details, Issue
of Passport
Decision Box: Check details whether it is correct or not
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and return messages.
Objects: Applicant, Enquiry Officer, Passport Management System
20
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION DIAGRAM:
This diagram contains the objects and actors. This will be obtained by the completion of the
sequence diagram and pressing the F5 key.
DEPLOYMENT DIAGRAM:
Deployment diagrams are used to visualize the topology of the physical components of a
system where the software components are deployed.
COMPONENT DIAGRAM:
Component diagrams are used to visualize the organization and
relationships among the components of a system. Component diagram shows the
dependencies and interactions between software components.
UML DIAGRAMS:
USECASE:
21
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
SEQUENCE:
COLLABORATION:
DEPLOYEMENT:
22
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COMPONENT:
RESULT
23
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for the Stock maintenance system.
PROJECT DESCRIPTION:
This software is designed for supporting the computerized stock maintenance
System. In this system, the customer can place order and purchase items with the aid of the
stock dealer and central stock system. These orders are verified and the items are delivered to
the customer.
USE CASE DIAGRAM:
This diagram will contain the actors, use cases which are given below.
Actors: Customer, Stock dealer, central stock system.
Use case: purchase order, verification of order, payment, delivery of items.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes and their operations.
CLASSES ATTRIBUTES OPERATIONS
Central stock system Store stock details Print bill()
Stock dealer Take order Deliver item()
Customer Place order Payment()
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as
given below:
Activities: Purchase order, payment, and delivery of items.
Decision box: Valid or not
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages and return messages.
Object: Customer, Stock dealer, Central stock system.
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.
COLLABORATION DIAGRAM:
24
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
25
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
26
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
STATE CHART:
COLLABORATION:
27
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYMENT:
COMPONENT:
RESULT:
28
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for the Online course reservation system.
PROJECT DESCRIPTION:
This software is designed for supporting online course reservation system. This
system is organized by the central management system. The student first browses and select
the desired course of their choice. The university then checks the availability of the seat if it
is available the student is enrolled for the course.
USE CASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Student, University.
Use case: Browse course, select course, register, submit details, verify details, pay
fees, enroll student.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes and their operations.
CLASSES ATTRIBUTES OPERATIONS
Central management System Store details Verify()
Student Name and Address Browse()
University Store details Verify()
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as
given below:
Activities: Bro wse course, select course, register course, submit details
Decision box: check availability or not.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages and return messages.
Object: Student, University, Central management system.
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.
29
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION DIAGRAM:
Collaboration diagram and sequence diagrams are alternate representations of an
interaction. A collaboration diagram is an interaction diagram that shows the order of
messages that implement an operation or a transaction
DEPLOYMENT DIAGRAM:
Deployment diagrams are used to visualize the topology of the physical
components of a system where the software components are deployed.
COMPONENT DIAGRAM:
Component diagrams are used to visualize the organization and relationships
among components in a system.
UML DIAGRAMS:
USECASE:
30
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
31
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
STATE CHART:
32
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION:
DEPLOYMENT:
33
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COMPONENT:
RESULT:
34
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for the Student Information system.
PROJECT DESCRIPTION:
The student must register by entering the name and password to login the form. The
admin selects 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.
USE CASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: student, staff, system, DBA and server.
Use case: Login, display, enter profile, enter mark, view details, update details, allow access,
request access, store details, logout.
CLASS DIAGRAM:
This diagram consists of the following classes- student, staff, system, DBA and server.
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as given
below:
Activities: student, staff, system, DBA and server.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages and return messages.
Object: student, staff, system, DBA and server.
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.
COLLABORATION DIAGRAM:
35
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
36
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
ACTIVITY:
SEQUENCE:
37
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
STATE CHART:
COLLABORATION:
38
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYMENT:
COMPONENT:
39
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
RESULT:
AIM:
To draw the UML diagrams for Software personnel management system
PROJECT DESCRIPTION:
This software is designed for the process of knowing the details of a person works in a
software company. The details are being stored in the central management system for the
crosschecking the person’s details
USECASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Employee, HR, Central system.
Use case: Name and address, qualification, experience, internet, loan, verification
CLASS DIAGRAM:
This diagram consists of the following classes, attributes and their operations.
40
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
Emp_num Loan()
HR Check_details LossOfPay()
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as given
below:
Activities: Enter the option to check, enter the salary, enter the working days, leave taken,
loss of pay
Decision box: Option to check
SEQUENCE DIAGRAM:
41
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS
ACTIVITY:
42
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
STATECHART:
43
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION:
DEPLOYMENT:
COMPONENT:
44
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
RESULT:
45
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for credit card management system
PROJECT DESCRIPTION:
This software is designed for supporting the computerized credit card processing system. In
this system, the cardholder purchases items and pays bill with the aid of the credit card. The
cashier accepts the card and proceeds for transaction using the central system. The bill is
verified and the items are delivered to the cardholder.
USECASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Cardholder, Cashier, Central system.
Use case: Receive bill, Give card, Enter card number, Enter amount, Transaction, Receive Receipt
CLASS DIAGRAM:
This diagram consists of the following classes, attributes and their operations
CLASSES ATTRIBUTES OPERATIONS
Central system Product_name PrintBill()
Product_details ValidateCard()
Cashier Product_name Amount()
Product_cost SwipeCard()
PrintBill()
DeliverProduct()
Card holder Items_purchased GiveCard()
Validate_card SignBill()
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as given below:
Activities: Receive Bill, Give card, Enter the card number, Enter the amount,
Transaction, Receive Receipt
Decision box: Verification of card
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages and return messages.
Object: Card Holder,Cashier , Central system
STATE CHART DIAGRAM:
46
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
USECASE:
47
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY:
48
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
STATECHART:
49
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION:
DEPLOYMENT:
50
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COMPONENT:
RESULT:
51
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To draw the UML diagrams for Recruitment System
PROJECT DESCRIPTION:
This system is designed to recruit the particular job to the person in a company. It was
controlled by the central management system to manage the details of the particular
candidate that one has to be recruited for a company
USECASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Applicant, HR, Central management system.
Use case: Aptitude, Group discussion, technical skills, Personal specification, short list, Result
CLASS DIAGRAM:
This diagram consists of the following classes, attributes and their operations.
CLASSES ATTRIBUTES OPERATIONS
Candidate Name,qualification Verify()
HR Verification,resume Select()
Central system Store,update Update()
ACTIVITY DIAGRAM:
This diagram will have the activities as Start point, End point, Decision boxes as given below:
Activities: Aptitude, Group discussion, technical skills, HR
Decision box: Verification of the qualities
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages and return messages.
Object: Candidate, HR, Central system
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.
COLLABORATION DIAGRAM:
This diagram contains the objects and actors. This will be obtained by the
completion of the sequence diagram and pressing the F5 key.
52
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYMENT DIAGRAM:
Deployment diagrams are used to visualize the topology of the physical
components of a system where the software components are deployed.
COMPONENT DIAGRAM:
Component diagrams are used to visualize the organization and relationships
among components in a system.
UML DIAGRAMS:
USECASE:
CLASS:
53
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
ACTIVITY:
SEQUENCE:
54
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
STATECHART:
COLLABORATION:
55
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYMENT:
COMPONENT:
RESULT:
56
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To design an object oriented model for Library Management Systems using Argo UML.
PROJECT DESCRIPTION:
This software is designed to manage the books that were read through the internet.
This consists of the details of the e-book that were read by the user online. It will be
controlled by the central system. This system act as a backup of all details together.
USE CASE DIAGRAM:
Use case is a list of actions or events. Steps typically defining the interactions between
a role and a system to achieve a goal. The use case diagram consists of various functionality
performed by actors like User, Librarian, System and DBA.
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 librarian, system and DBA.
ACTIVITY DIAGRAM:
It shows organization and their dependence among the set of components. These
diagrams are particularly useful in connection with workflow and in describing behavior that
uses a lot of parallel processing. An activity is a state of doing something either a real-world
process, or the execution of a software routine.
SEQUENCE DIAGRAM:
A Sequence Diagram represents the sequence and interactions of a given use case or
scenario. Sequence Diagram capture most of the information about the system. It is also
represented 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 has been selected the next half of sequence starts between
librarian and user followed by database.
STATECHART DIAGRAM:
Statechart 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 states such as Login, Enter Details, requesting for Book, Display Book Details,
Search Book, Issue Book, Return Book and Logout.
57
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION DIAGRAM:
Like sequence diagram collaboration diagrams are also called as Interaction
Diagram. Collaboration diagram convey the same information 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.
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 syatsm 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.
UML DIAGRAMS:
USECASE:
58
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
CLASS:
ACTIVITY DIAGRAM:
59
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
SEQUENCE:
STATECHART:
60
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COLLABORATION:
DEPLOYMENT:
61
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
COMPONENT:
RESULT:
62
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
AIM:
To design an object-oriented model for ATM Banking System using Argo UML.
USE CASE DIAGRAM:
Use case is a list of actions or events. Steps typically defining the interactions between
a role and a system to achieve a goal. The use case diagram consists of various functionality
performed by actors like User, Librarian, System and DBA
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 librarian, system and DBA.
ACTIVITY DIAGRAM:
It shows organization and their dependence among the set of components. These
diagrams are particularly useful in connection with workflow and in describing behavior that
uses a lot of parallel processing. An activity is a state of doing something either a real-world
process, or the execution of a software routine.
SEQUENCE DIAGRAM:
A Sequence Diagram represents the sequence and interactions of a given use case or
scenario. Sequence Diagram capture most of the information about the system. It is also
represented 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 has been selected the next half of sequence starts between
librarian and user followed by database.
STATE CHART DIAGRAM:
Statechart 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 states 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 information 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.
63
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
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 syatsm and execution environment nodes are user, librarian, system and
DBA.
COMPONENT DAIGRAM:
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.
UML DIAGRAMS:
USECASE:
CLASS:
64
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
ACTIVITY:
SEQUENCE:
65
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
STATECHART:
COLLABORATION:
66
PANIMALAR ENGINEERING COLLEGE
DEPARTMENT OF COMPUTER SCIENCE AND BUSINESS SYSTEMS
REGISTER NO:211422244137
DEPLOYEMENT:
COMPONENT:
RESULT:
67