0% found this document useful (0 votes)
54 views

ProjectUML PDF

The document describes a class diagram for a student course registration system with classes like Student, Course, Semester, Transcript, and CourseCatalog. The classes track student data like name, GPA, courses taken each semester. The CourseCatalog class manages course data and relationships between courses.

Uploaded by

Arooj fatima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

ProjectUML PDF

The document describes a class diagram for a student course registration system with classes like Student, Course, Semester, Transcript, and CourseCatalog. The classes track student data like name, GPA, courses taken each semester. The CourseCatalog class manages course data and relationships between courses.

Uploaded by

Arooj fatima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Project

Course
Student
Has Offered -CourseNo : int
-Name : String -Credit : float
-Cms : int -CouseName : String
-attends : Semester -prequsite : Boolean
-gpa : double
+getCourseNo() CourseCatalog
+getCms() : int +setCourseNo(CourseNo) : void +display()
+setCms(Cms : int) : void +getC() +AddCourse()
+display() +setC(C) : void +findCourse()
+getAttends() : Semester +getCouseName()
+setAttends(attends : Semester) : void +setCouseName(CouseName) : void
+getAttribute() +getPrequsite()
+setAttribute(attribute) : void +setPrequsite(prequsite) : void
+getGpa() : double +hasPrequisite() : Boolean
pa : double) : void +display()
+hasCleared() : Boolean

attends

Semester
-Semester
-Courses : Course
-CGPA : Float
+getSemester()
+setSemester(Semester) : void
+getCourses() : Course
+setCourses(Courses : Course) : void
+display()
+getCGPA() : Float
+setCGPA(CGPA : Float) : void
+verifyCompletion() : Boolean

Transcript
-student : Student
-semester : Semester
+getStudent() : Student
dent : Student) : void
+getSemester() : Semester
+setSemester(semester : Semester) : void
+PassingGrade() : boolean
+Display()

You might also like