Sei sulla pagina 1di 13

Online Admission System

Group Members are:


Nitin motwani
Jatin Kataria
Rohit Ahuja
Kunal Hemnani
Tarun Phelajani

Contents
------------------------------------------------------------------------1) Introduction..
2) RUP Analysis...
3) Use case Diagram
4) Activity Diagram
5) Sequence Diagram..
6) Class Diagram..
7) State Chart Diagram
8) Component Diagram

***

Use Case Diagram:


o
o
o
o
o

A use case diagram in the Unified Modeling language (UML) is a type of behavioral
diagram defined by and created from a Use case analysis.
In this system four actors are there.
Applicant, visitor, student and administrator.
Processes like inquiry, login admission form filling, merit generation, final admission,
payment of admission.
Also login process includes some authentication sub cases.

Activity Diagram:

o
o

Activity diagrams are graphical representations of workflows of stepwise activities and


with support for choice, iteration and concurrency.

actions

This system contains activities like inquiring , applying merit generating final
admission confirmation payments et

Sequence Diagram:
o
o

A sequence diagram in Unified modeling language (UML) is a kind of Interaction


diagram it shows how processes operate with one another and in what order.
It shows how object behaves with another object during its life line.

1) Sequence diagram for Visitor and Administrator.

2) For Applicant and Administrator.

3) For Student and Administrator.

Class Diagram:

Diagram:

Class diagram in the Unified Modeling Language (UML) is a type of static


structure diagram that describes the structure of a system by showing the
system's classes, their attributes, operations (or methods), and the
relationships among the classes.
Diagram:
Its contains classes for person class Admin side may be interviewer etc.

State chart diagram:


o

A state diagram is a type of diagram used in computer science and related fields to
describe the behavior of systems. State diagrams require that the system described is
composed of a finite number of states sometimes, this is indeed the case, while at
other times this is a reasonable abstraction.

This system contains different states like inquiry state login state final admission state

Diagram:1) Inquiry state:

2) Form Filling:

3) Login state:

4)Merit Generation state

4) Final admission state:

5)

Criteria set state:

6) Final admission.

Collaboration Diagram:
o A Collaboration Diagram is a diagram that shows object interactions organized
around the objects and their links to each other.

Unlike a Sequence Diagram, a Collaboration Diagram shows the relationships


among the objects. Sequence diagrams and collaboration diagrams
express similar information, but show it in different ways.

Component Diagram:
In the Unified Modeling Language, a component diagram depicts how components are
wired together to form larger components and or software systems. They are used to
illustrate the structure of arbitrarily complex systems.

***

Potrebbero piacerti anche