Вы находитесь на странице: 1из 5

UseCase Diagram:

login

registration form

enter grade of student

choose the subject


Student

choose the course

start registration

registrar
close registration

maintain staff profile

database
maintain student profile
Class Diagram:

student
id : string registrar
name : string
name : string
address : string
formid : string
marks : string
dob : string
openform()
grade : string
checkEligibility()
register()
enterDetails()
assignId()
login()
submitForm()

database

addstudent()
editstudent()
addstaff()
editstaff()
displayrecords()
Sequence Diagram:

student ragistrar database


login
get registration form
fill form
verify vaccency

get the list

display list of courses

select proper course and subject


register the course
update details
issue the conformation form

Collaboration Diagram:

8: register the course

1: login
3: fill form
7: select proper course and subject
student ragistrar

2: get registration form


6: display list of courses
10: issue the conformation form

4: verify vaccency
5: get the list 9: update details

database
Activity Diagram:

no
login

is validate?

yes

enter the details about marks ,grade


and select course and subject

is available? yes

no

display list

conform seat

select proper course


and subject
Component Diagram:

registrar.ja
va

student.j register.d
ava b

Deployment Diagram:

<<server>>
course registration
management system

TCP/IP

<<client>>
student

Вам также может понравиться