Oose Record Print
Oose Record Print
NAME :
REG NO :
YEAR :
SEMESTER :
BRANCH :
PERI INSTITUTE OF TECHNOLOGY
MANNIVAKKAM, CHENNAI – 600 048
BONAFIDE
CERTIFICATE
Date
PERI INSTITUTE OF TECHNOLOGY
MISSION
• It strives to provide quality technical education at affordable cost.
• Providing state-of-the-art infrastructure facilities to achieve excellence in teaching
learning, Research & Development.
• Aligning with leading industries to create competent engineers through internships and
placement focused training.
• Create an environment which is conducive to learn skills which will solve pressing issues
along with foundation in moral values and ethics.
The vision of the department is to prepare industry-ready competent professionals with moral
values by imparting scientific knowledge and skill-based education.
MISSION
• To provide exposure of latest tools and technologies in the broad area of computing.
• To promote research-based projects / activities in the emerging areas of technology.
• To enhance Industry Institute Interaction program to get acquainted with corporate
culture and to develop entrepreneurship skills
• To induce ethical values and spirit of social commitment.
PROGRAM EDUCATIONAL OBJECTIVES (PEOs)
PEO1: To enable graduates to pursue higher education and research, or a successful career in
industries associated with Computer Science and Engineering, or as entrepreneurs.
PEO2: To ensure that graduates will have the ability and attitude to adapt to emerging
technological changes.
PEO3: To exhibit professional attitude, teamwork and practice code of ethics in the area of
specialization.
2 Book bank
3 Exam Registration
10 Recruitment system
AIM:
HARDWARE REQUIREMENTS:
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This system is mainly designed to have ease issue of passport and renewal without direct
intervention of human.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Passport officer, Applicant and Central system.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages.
Objects: Applicant, Passport officer and Centralized computer
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link.
PACKAGE DIAGRAM
A package diagram is represented as a folder shown as a large rectangle with a top attached to its
upper left corner. A package may contain both sub ordinate package and ordinary model elements.
All uml models and 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 Cradleextension 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
o Domain layer
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
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.
USE CASE DIAGRAM:
SEQUENCE DIAGRAM
ACTIVITY DIAGRAM:
COLLABORATION DIAGRAM:
STATE CHART DIAGRAM:
CLASS DIAGRAM:
PACKAGE DIAGRAM
COMPONENT DIAGRAM
DEPLOYMENT DIAGRAM
MERITS:
• Provides Convenience
• Easy usage
DEMERITS:
CENTRAL SYSTEM
public class central system {
public Integer name;
}
PASSPORT OFFICER
public class passport officer {
RESULT:
Thus the mini project for Passport Automation System was developed using Argo UML and
executed successfully.
EX. NO: 2
DATE:
BOOK BANK
AIM:
To develop mini project on Book Bank using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
It is mainly designed for supporting to computerize the book bank system to have easy
access to books among students.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely,
Student, Central Database and Incharge/Issuer.
SEQUENCE DIAGRAM:
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
PACKAGE DIAGRAM
A package diagram is represented as a folder shown as a large rectangle with a top attached to its
upper left corner. A package may contain both sub ordinate package and ordinary model elements.
All uml models and 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 Cradleextension 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
o Domain layer
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.
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.
USE CASE DIAGRAM:
COLLABORATION DIAGRAM:
ACTIVITY DIAGRAM:
PACKAGE DIAGRAM
CLASS DIAGRAM:
DEPLOYMENT DIAGRAM
COMPONENT DIAGRAM
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
BOOK
import java.util.Vector;
}
ISSUE
import java.util.Vector;
RETURN
import java.util.Vector;
public class RETURN {
STUDENT
import java.util.Vector;
RESULT:
Thus the mini project for Book Bank developed using Argo UML and executed
successfully.
EX. NO: 3
DATE:
EXAM REGISTRATION
AIM:
To develop mini project on Exam Registration using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This system is designed to allow quick access to student information, registration for
examination, payment details, no-due details and finally issue of hall ticket.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Applicant, Manager, and Database.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and return messages
Objects: Student, Officer, Central System.
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
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
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.
PACKAGE DIAGRAM
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).
o Domain layer
USECASEDIAGRAM:
SEQUENCE DIAGRAM:
COLLABORATIONDIAGARM:
ACTIVITY DIAGRAM:
STATE DIAGRAM:
CLASS DIAGARM:
COMPONENT DIAGRAM:
PACKETDIAGRAM:
DEPLOYMENT DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
DATABASE
public class database {
INCHARGE
public class incharge extends database {
STUDENT
public class student extends incharge {
RESULT:
Thus the mini project for Exam Registration System was developed using Argo UML and
executed successfully.
EX. NO: 4
DATE:
STOCK MAINTENANCE SYSTEM.
AIM:
To develop mini project on Stock Maintenance System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
The main objective of the project is to monitor the stocks of an enterprise. It includes
checking of stock list, details of a product, placing new order, enquiry about the product,payment
and updation of clearance.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. Itdescribes
the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Customer, Central computer and inventory machine system.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages
Objects: customer, inventory system, Centralized computer
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
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
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.
PACKAGE DIAGRAM
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).
o Domain layer
USECASEDIAGRAM:
SEQUENCE DIAGRAM:
COLLABORATIONDIAGARM:
ACTIVITY DIAGRAM:
STATE DIAGRAM:
CLASS DIAGARM:
COMPONENT DIAGRAM:
PACKETDIAGRAM:
DEPLOYMENT DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
CENTRAL SYSTEM
public class centralsystem {
}
DEALER
import java.util.Vector;
import java.util.Vector;
public Vector 1;
RESULT:
Thus the mini project for Stock Maintenance System was developed using Argo UML
and executed successfully.
EX. NO: 5
DATE:
AIM:
To develop mini project on Online Course Reservation System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is designed for supporting to computerize the course reservation. In this, the
reservation, cancellation of the tickets is done. For the reservation/cancellation we must fill the
form and it will be given to the operator and they will check the reservation/cancellation and
confirms the place or amount return.
USECASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Students, Course Reservation System
Use case: Status, Reservation, Cancellation and Central Computer.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. Itdescribes
the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Central Computer, Student and Course Management system.
SEQUENCE DIAGRAM:
This diagram consists of the objects and actors from the use case diagram
Objects: Student, Course reservation system and central computer.
COLLABORATION DIAGRAM:
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link.
PACKAGE DIAGRAM:
A kind of structural diagram ,shows arrangement and organization of model elements
In middle to large scale project.
USECASE DIAGRAM:
STATE DIAGRAM:
SEQUENCE DIAGRAM:
PACKAGE DIAGRAM:
DEPLOYMENT DIAGRAM:
COMPONENT DIAGRAM:
COLLABORATION DIAGRAM:
ACTIVITY DIAGRAM:
CLASS DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODING:
CMS
}
COURSE MANAGER
}
STUDENT
RESULT:
Thus the mini project for Online Course Reservation System was developed using Argo
UML and executed successfully.
EX. NO: 6
DATE:
AIM:
HARDWARE REQUIREMENTS:
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is designed for supporting to computerize the railway reservation. In this, the
reservation, cancellation of the tickets is done. For the reservation/cancellation we must fill the
form and it will be given to the operator and they will check the reservation/cancellation and
confirms the place or amount return.
USECASE DIAGRAM:
This diagram will contain the actors, use cases which are given below
Actors: Passengers, Railway Reservation System.
Use case: Status, Reservation, Cancellation and Central Computer.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. Itdescribes
the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Central computer, passenger, railway management system.
SEQUENCE DIAGRAM:
This diagram consists of the objects and actors from the usecase diagram
Objects: Passenger, railway reservation system and central computer
COLLABORATION DIAGRAM:
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
PACKAGE DIAGRAM:
A kind of structural diagram shows arrangement and organization of model elements
In middle to large scale project.
USECASE DIAGRAM:
ACTIVITY DIAGRAM:
STATE CHART:
COLLABORATION DIAGRAM:
SEQUENCE DIAGRAM:
COMPONENT DIAGRAM:
DEPLOYMENT DIAGRAM:
PACKAGE DIAGRAM:
CLASS DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
CMS
import java.util.Vector;
/**
*
* @element-type TRAVELLER
*/
public Vector myTRAVELLER;
public INCHARGE myINCHARGE;
}
INCHARGE
public class INCHARGE {
}
TRAVELLER
public class TRAVELLER {
RESULT:
Thus the mini project for Software Personnel Management System was developed using
Argo UML and executed successfully.
EX. NO: 7
DATE:
SOFTWARE PERSONNEL MANAGEMENT SYSTEM
AIM:
To develop mini project on Software Personnel Management System using Argo
UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed to maintain details about the employee working in
software or any company. It includes entire database of the person involved in an
organization.
This diagram will contain the actors, use cases which are given below
Actors: Employee, HR
Use cases: login, employee details, designation, period of service, experience etc.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations
namely,
SEQUENCE DIAGRAM:
This diagram contains the objects and actors. It also shows the interaction between
the object via messages using a single link
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
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.
PACKAGE DIAGRAM
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 classesin
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
Domain layer
SEQUENCE DIAGRAM:
COLLABORATION DIAGRAM:
DEPLOYMENT DIAGRAM:
ACTIVITY DIAGRAM:
COMPONENT DIAGRAM:
CLASS DIAGRAM:
MERITS:
Provides Convenience
Easy usage
DEMERITS:
May cause calculation errors
Result publishing problem
CODE:
CMS
public class CMS {
public HR myHR;
}
EMPLOYEE
public class employee {
public HR myHR;
}
HR
public class HR {
RESULT:
Thus the mini project for Software personnal management System was developed using
Argo UML and executed successfully.
EX. NO: 8
DATE:
CREDIT CARD PROCESSING
AIM:
To develop mini project on Credit Card Processing System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is designed to ease the use of credit card which consists of issue of card to
customer, perform online purchase of item by customer and amount settled using the card.
Use cases: Apply for new card, issue of card, purchase of item, verification of credit limit and
settlement of amount via card.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations
Applicant, Banker, Cashier, Central Management System.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and Return messages.
Objects: Applicant, Banker, Cashier, Central management system.
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between
the object via messages using a single link
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
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.
PACKAGE DIAGRAM
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 classesin
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
Domain layer
CLASS DIAGRAM:
PACKAGE DIAGRAM:
COMPONENT DIAGRAM:
USECASE DIAGRAM
ACTIVITY DIAGRAM:
COLLABORATION DIAGRAM:
DEPLOYMENT DIAGRAM:
MERITS:
provides convenience
easy usage
DEMERITS:
may cause calculation errors
result publishing problem
CODE:
APPLICANT
import java.util.Vector;
}
BANKER
import java.util.Vector;
}
CASHIER
import java.util.Vector;
}
DATABASE
import java.util.Vector;
RESULT:
Thus the mini project for credit card processing System was developed using Argo UML
and executed successfully.
EX.NO:9
DATE:
E-BOOK MANAGEMENT SYSTEM
AIM:
To develop mini project on E-book management System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
The problem with the existing manual system is that it cannot process more than one person
or member at a time. It is a very tedious and time consuming process. Maintenance of large number
of records and information is difficult.Multiple users can login at a time and is timeefficient.
Database can be easily managed by the system.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. Itdescribes
the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
User, Library management system, Central computer.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and Return messages
Objects: User, library management system, Centralized computer
COLLABORATION DIAGRAM
his diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. 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-
dimentional box. Dependencies are represented by communication association.
PACKAGE DIAGRAM
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
Domain layer
SEQUENCE DIAGRAM:
STATE MACHINE DIAGRAM:
COLLABORATION DIAGRAM:
PACKAGE DIAGRAM:
COMPONENT DIAGRAM:
ACTIVITY DIAGRAM:
DEPLOYMENT DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
DATABASE
public class Database {
}
EBOOK MANAGER
public class Ebook manager {
}
EUSER
public class Euser {
RESULT:
Thus the mini project for E-book Management System was developed using Argo UML
and executed successfully.
EX. NO: 10
DATE:
RECRUITMENT SYSTEM
AIM:
To develop mini project on Recruitment System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed to ease the selection process for recruiting person in a
company. Selection is done by conducting series of various rounds.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
candidate, employer and recruitment management system.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and Return messages
Objects: User, E-Book management system, Centralized computer
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. 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-
dimentional box. Dependencies are represented by communication association.
PACKAGE DIAGRAM
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
Domain layer
USECASE DIAGRAM:
CLASS DIAGRAM:
COLLABORATION DIAGRAM:
ACTIVITY DIAGRAM:
STATE CHART DIAGRAM:
SEQUENCE DIAGRAM:
COMPONENT DIAGRAM:
DEPLOYMENT DIAGRAM:
PACKAGE DIAGRAM:
MERITS:
Provides Convenienc
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
CANDIDATE
public HR myHR;
DATABASE
public HR myHR;
HR
public class HR {
AIM:
To develop mini project on Foreign Trading System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed to have access to trading system and to know about the in
and out of trading done in the state.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
user, central computer.
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and Return messages
Objects: User, centralized trading system.
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
DEPLOY MENT 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.
PACKAGE DIAGRAM
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
Domain layer
USECASE DIAGRAM:
CLASS DIAGRAM:
SEQUENCE DIAGRAM:
STATECHART DIAGRAM:
COLLABORATION DIAGRAM:
ACTIVITY DIAGRAM:
COMPONENT DIAGRAM:
DEPLOYEMENT DIAGRAM
PACKAGE DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
CUSTOMER
import java.util.Vector;
}
SUPPLIER
import java.util.Vector;
}
TRADING MANAGEMENT SYSTEM
import java.util.Vector;
public Vector 1;
RESULT:
Thus the mini project for Foreign Trading System was developed using Argo UML and
executed successfully.
EX. NO: 12
DATE:
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed to ease the conduct of conference in an institution.
Here all activities are carried out without direct interaction
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations
User, central management system, conference coordinator
SEQUENCE DIAGRAM:
This diagram consists of the objects, messages, and Return messages
Objects: User, Conference coordinator, Centralized computer
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
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
Domain layer
USECASE DIAGRAM:
STATECHART DIAGRAM:
CLASS DIAGRAM:
SEQUENCE DIAGRAM:
COLLABORATION DIAGRAM:
ACTIVITY DIAGRAM:
COMPONENT DIAGRAM:
DEPLOYEMENT DIAGRAM:
PACKAGE DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
CENTRAL SYSTEM
import java.util.Vector;
public Vector 1 1;
}
MEMBER
import java.util.Vector;
public Vector 1 1;
}
ORGANIZER
import java.util.Vector;
public Vector 1 1;
public Vector 1 1;
RESULT:
Thus the mini project for Conference Management System was developed using Argo
UML and executed successfully.
EX. NO: 13
DATE:
AIM:
To develop mini project on BPO Management System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed to access information about products and provide services
to clients by answering their queries.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Client, Service-provider and Centralized computer.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages
Objects: Client, Service-provider, Centralized computer.
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
Domain layer
USECASE DIAGRAM:
CLASS DIAGRAM:
DEPLOYEMENT DIAGRAM:
PACKAGE DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
AGENT
import java.util.Vector;
}
CUSTOMER
import java.util.Vector;
DATABASE
import java.util.Vector;
RESULT:
Thus the mini project for BPO Management System was developed using Argo UML and
executed successfully.
EX. NO: 14
DATE:
LIBRARY MANAGEMENT SYSTEM
AIM:
To develop mini project on Library Management System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed for the providing online access to library/Digital Library. It
also provide easy management of books, journals and magazines.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Customer, Service provider and Centralized database.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
Domain layer
USECASE DIAGRAM:
COMPONENTDIAGRAM
ACTIVITYDIAGRAM:
SEQUENCEDIAGRAM:
PACKAGE DIAGRAM:
COLLABORATION DIAGRAM:
DEPLOYMENT DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
DATABASE
LIBRARIAN
import java.util.Vector;
/**
*
* @element-type student
*/
public Vector mystudent;
}
STUDENT
RESULT:
Thus the mini project for Library Management System was developed using Argo UML
and executed successfully.
EX. NO: 15
DATE:
STUDENT INFORMATION SYSTEM
AIM:
To develop mini project on Student Information System using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
A Student Information System is a software application for educational establishments to
manage student data. Student information system (SIS) provides capabilities for entering student
test and other assessment scores, building student schedules, tracing student attendance and
managing many other student related data needs in a school, college or university.
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. Itdescribes
the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Customer, Service provider and Centralized database.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages
Objects:
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
DEPLOY MENT 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.
PACKAGE DIAGRAM
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
Domain layer
USECASE DIAGRAM:
CLASS DIAGRAM:
STATECHART DIAGRAM:
ACTIVITY DIAGRAM:
COMPONENT DIAGRAM:
COLLABORATION DIAGRAM:
SEQUENCE DIAGRAM:
DEPLOYEMENT DIAGRAM:
PACKAGE DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
DATABASE
public class database {
}
STAFF
import java.util.Vector;
/**
*
* @element-type student
*/
public Vector mystudent;
public database mydatabase;
STUDENT
public class student {
RESULT:
Thus the mini project for Student Information System was developed using Argo UML
and executed successfully.
EX. NO: 16
DATE:
ATM MANAGEMENT SYSTEM
AIM:
To develop mini project on ATM system using Argo UML.
HARDWARE REQUIREMENTS:
Intel Pentium Processor 3
SOFTWARE REQUIREMENTS:
Argo UML
PROBLEM STATEMENT:
This project is mainly designed designed for the supporting the computerized access to the ATM
network system in order to provide the cash transaction like withdrawal of amount, deposition and
transferring the amount. ATM process takes care of money transferring & deposition. The processing takes
updating of amount, view amount etc are done.
Use cases: Login, withdraw, deposit, balance enquiry and central computer
ACTIVITY DIAGRAM:
This diagram will have the activities, start point, end point, and decision boxes. It
describes the flow of activities of the system under design.
CLASS DIAGRAM:
This diagram consists of the following classes, attributes, and their operations namely
Customer, Service provider and Centralized database.
SEQUENCE DIAGRAM:
This Diagram consists of the objects, messages, and Return messages
Objects: Bank Customer, ATM machine, Centralized computer.
COLLABORATION DIAGRAM
This diagram contains the objects and actors. It also shows the interaction between the
object via messages using a single link
COMPONENT DIAGRAM
The component diagram's main purpose is to show the structural relationships between
thecomponents of a system. It is represented by boxed figure. Dependencies are represented
by communication association
DEPLOY MENT 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.
PACKAGE DIAGRAM
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
Domain layer
USECASE DIAGRAM:
CLASS DIAGRAM:
STATECHART DIAGRAM:
ACTIVITY DIAGRAM:
COLLABORATION DIAGRAM:
SEQUENCE DIAGRAM:
COMPONENT DIAGRAM:
PACKAGE DIAGRAM:
DEPLOYEMENT DIAGRAM:
MERITS:
Provides Convenience
Easy usage
User Friendliness
DEMERITS:
Need Computer Knowledge
CODE:
ATM MACHINE
public class ATM machine {
DATABASE
}
USER
public class user {
RESULT:
Thus the mini project for ATM management system was developed using Argo UML
and executed successfully.