UClass Diagram
2015-12-28 00:36:26 0 举报
UClass Diagram是一种用于面向对象编程的图表工具,用于描述系统中类及其之间的关系。它提供了一种可视化的方式来呈现类的结构、属性和方法,并帮助我们更好地理解系统的设计和实现。通过使用UClass Diagram,我们可以快速识别出系统中的关键类和它们之间的依赖关系,从而进行代码的组织和管理。此外,UClass Diagram还可以帮助我们发现潜在的问题和改进点,提高代码的可维护性和可扩展性。总之,UClass Diagram是一种非常有用的工具,对于面向对象编程的开发过程来说是必不可少的。
作者其他创作
大纲/内容
《Interface》EditorDao
+getEditorList():List+resetEditorPassword(Long id):Editor +getEditorById(Long id):Editor +login(Editor editor):Editor +updateEditor(Editor editor):\tEditor+deleteEditor(Editor editor):void+addEditor(Editor editor):void
UserController
userService:UserService
《Interface》UncheckedArtistDao
-userName:String -password:String -email:String-name:String-gender:Integer -birthday:String-tel:String-address:String-balance:Double -state:Integer
+getter+setter
《Interface》UserDao
UncheckedArtistDaoImpl
UserServiceImpl
+userDao:UserDao +editorDao:EditorDao+uncheckedArtistDao:UncheckedArtistDao
+register(User user):void +login(User modeluser):User +editorlogin(Editor modeleditor):Editor+updateUser(User modeluser):void +applyforartist(UncheckedArtist ua):void +getUserbyId(Long id):User +getUserbyUsername(String username):User
UserDaoImpl
User
-id:Long#userName:String #password:String #email:String#name:String#gender:Integer #birthday:String#tel:String#address:String#balance:Double #state:Integer
《Interface》UserService
UncheckedArtist
Editor
-id:Long-userName:String -password:String -name:String-email:String
0 条评论
下一页
为你推荐
查看更多