oosClassDiagram3
2015-08-18 16:48:21 0 举报
OOS中类设计
作者其他创作
大纲/内容
Fleet
- cum_weight:int- cum_energy:int- cum_colonistCount:int- cum_cost:int- cum_energyProduction:int- hasmedic:bool- corporationName:string- colonyShipList:vector- allShipList:vector- solarsailShipList:vector
1
SolarSailShip
- energyProduction:int
+ getEnergyProduction():int
0..*
Ship
- cost:int- energy:int- shiptype:string- weight:int
+ getCost():int+ getEnergyConsumption():int+ getTypeName():int+ getWeight():int
ColonyShip
- colonistsNum:int- destroyed:bool- isinfected:bool
+ getColonistCount():int+ infect():void+ isInfected():bool+ isDestroyed():bool+ destroy():void
收藏
0 条评论
下一页