class diagram
2015-04-07 23:08:35 29 举报
一个类图(class diagram)是一种用于描述系统结构和静态关系的图形表示法。它展示了一组对象、类和它们之间的关系,包括继承、实现、关联、聚合和组合等。类图中的每个类都由一个矩形表示,矩形内包含类名和类的属性和方法。类之间的关系通过连接线表示,不同类型的关系使用不同的箭头或线条样式。类图是面向对象分析和设计过程中的关键工具,有助于开发人员理解系统的组成部分以及它们之间的交互方式。
作者其他创作
大纲/内容
have
1..*
1..1
manage
Lecture
staff_idstaff_namestaff_passworddepartmentaddressphone_noemail student_idkullyiah_no
check enrollment()upload quiz and exam()upload notes()update report card()upload video tutorial()
Class Diagram
Subjects
subject_nosubject_name
update subject()
managed by
course
course_nocourse_namesubject_no
update course()
Student
student_idstudent_namestudent_passwordkulliyah addressphone_nocourse_no
register ()login()take quiz and exam()download notes()vote subject()enroll subject()tutorial session()share files()
Kulliyah
kull_nokull_namephone_no
update kulliyah
Admin
admin_idadmin_namestaff_id
update student()information()update lectures()update file sharing()update subject vote()
manage by
*..1
收藏
0 条评论
下一页