New classDagram
2015-04-17 06:44:59 2 举报
新的类图展示了一个软件系统的结构和组织。它显示了系统中的不同类之间的关系和相互作用。每个类都有其自己的属性和方法,并通过箭头表示它们之间的依赖关系。类图中还可以显示继承、实现和关联关系等。通过这个类图,开发人员可以更好地理解系统的组成部分,并进行设计和编程。它是软件开发过程中的一个重要工具,有助于提高代码的可读性和可维护性。
作者其他创作
大纲/内容
User
UserID: intUserName:StringPassword:StringLocation:String
GetMeetingPointList(): JoinPoint ():CreatPoint():SetMeetingPlace ():SetMeetingTime():AddDescribtion():GetMemberLocation():LeavePoint():
1
0..n
1..n
MeetingPointList
MeetingPointName :String
ShowList():AddMeetingPoint():
MeetingPoint
CreatedUsername:StringGroupMember ID:intDescription: String MeetingTime:DateMeetingLocation:String
AddMember():DeleteMember():
MeetTime
Time:Date
GetTime():Date
MeetLocation
x:inty:int
GetLocation():
0 条评论
下一页