Network
2015-10-21 16:50:48 0 举报
共享网络设备Java享元模式
作者其他创作
大纲/内容
Computer
- type:String
+ Computer(String type)+ getType() :String+ use() :void
IPad
+ IPad(String type)+ getType() :String+ use() :void
devices
NetworkDevice
+ getType():String+ use():void
DeviceFactory
- devices :Arraylist=new Arrayllist()- totalTerminal : int=0
+ DeviceFactory()+ AddDevice(NetworkDevice nd) :void+ getNetworkDevice(String type) :NetworkDevice+ getTotalDevice() int+ getTotalTerminal() :int
MobilePhone
+ MobilePhone(String type)+ getType() :String+ use() :void
0 条评论
下一页
为你推荐
查看更多