管理员管理问卷模块类图
2017-03-27 21:24:07 0 举报
管理员管理问卷模块类图主要包括以下几个类:管理员、问卷、问题和答案。管理员类包含管理员的基本信息,如姓名、密码等;问卷类包含问卷的基本信息,如问卷名称、描述等;问题类包含问题的基本信息,如问题类型、内容等;答案类包含答案的基本信息,如答案内容、是否正确等。这些类之间存在关联关系,如管理员可以创建和管理问卷,问卷包含多个问题,问题对应多个答案。通过这个类图,我们可以清晰地了解管理员管理问卷模块的结构和功能。
作者其他创作
大纲/内容
QuestionDao
+getAllQuestion():List+getById(int):Question
TableDataDao
+getStudents(String):List
PaperDao
+getAllPaperItem():List+delete(int):boolean+getById(int):PaperItem
QuestionService
+getAllQuestion():List+getById(int):Question+updateQuestion(Question):boolean+delete(int):boolean
TableDataController
+getStudents():Map+getStudentByCondition(Map):Map
PaperService
+getAll():List+delete(int):boolean+getAllQuestion(int):List+getById(int):PaperItem
pkg
QuestionController
+getList(HttpServletRequest):String+deletePaper(HttpServletRequest):boolean+getEdit(HttpServletRequest):List+editSubmit(HttpServletRequest):boolean
TableDataService
+getStudents():List+getStudentByCondition(Map):List
0 条评论
下一页