类图
2017-10-09 17:31:00 0 举报
类图
作者其他创作
大纲/内容
Movie
- name :string- time :string- isOnAir :int- theatre :string- timeNum :int- hallNum :int- afford :string
+ setName()+ getName()+ setTime()+ getTime()+ setIsOn()+ getIsOn()+ ...+ Movie() :基本构造法
theatre
- name :string- location :string- halls :list
+ setName()+ getName()+ setLocate()+ getLocate()+ setHalls()+ getHalls()+ theatre() :基本构造法
聚合关系
1:n
User
- account :string- password :string- sex :int- id :int- tele :string- authority :int
+ setAccount()+ getAccount()+ setPwd()+ getPwd()+ ...+ setAut()+ getAut()+ User() :基本构造法
MovieList
- movieList :list
+ setList()+ getList()+ movieLis() :基本构造法
hall
- id :int- hold :int- type :string
+ setNum()+ getNum()+ setHold()+ getHold()+ setType()+ getType()+ hall() :基本构造法
PaidList
- account- name- time- isUsed
+ setList()+ getList()+ paidList() :基本构造法
timeList
- hallUse :list
+ setList()+ getList()+ timeList() :基本构造法
组成/合成关系
继承关系
hallCheck
- hall :hall- time :string- isUsed :int
+ setHall()+ getHall()+ setTime()+ getTime()+ setUsed()+ getUsed()+ check() :基本构造法
0 条评论
下一页