Class Diagram
2017-03-17 16:16:00 0 举报
类图是一种用于描述系统结构和关系的静态图形表示。它展示了系统中的类、接口、关联关系、继承关系等元素,并显示了它们之间的交互和依赖关系。类图中的每个类都用一个矩形表示,类名位于矩形的中心,关联关系用箭头表示,箭头指向被关联的类。类的属性和方法则以标签的形式附加在类名旁边。通过类图,我们可以直观地了解系统的组成部分以及它们之间的关系,有助于进行系统的设计和实现。
作者其他创作
大纲/内容
TranscationDao
-queryTran:TranscationDao-updateGt():Boolean-updateFt():Boolean-updateother():Boolean-deletebyN:Boolean
-transcationDao:TranscationDao
WebServlet
-transcationDao:TranscationDao-transcationModel:TranscationModel-session:HttpSession
TranscationModel
-id:int-user_name:String-o_number:String-user_information:String-user_remarks:String-o_time:String-t_model:String-t_status:String-g_time:String-f_time:String-othermessage:String
0 条评论
下一页