|
整理:vcc |
1: 1107378 : ----------------------------------
*原文*(*dyingc*于2001/07/24 18:13粘贴) *请教一个关于uml的问题 *
---------------------------------------------------------------------------
假设有三个类,A,B,C,现在希望A的每一个实力都在B或C的一个实例中。比如说,A为线段类,B为页面类,C为缓冲区类,现要求,每一条线段要么出
现在页面中,要么出现在缓冲区(比如刚被选中并cut掉)。如何表示这种关系?谢!
---------------------------------------------------------------------------
2: 1107443 : ----------------------------------
*原文*(*jmp*于2001/07/25 10:05粘贴) *回复: 请教一个关于uml的问题 *
---------------------------------------------------------------------------
缓冲区是用来保存Undo的Buffer吗?如果这样建议用memento pattern来model这个buffer.
---------------------------------------------------------------------------
2: 1107396 : ----------------------------------
*原文*(*yining*于2001/07/24 21:17粘贴) *回复: 请教一个关于uml的问题 *
---------------------------------------------------------------------------
I think you can only explain the exclusive situation in doc. uml
doesn't allow you to do that?
---------------------------------------------------------------------------
2: 1107395 : ----------------------------------
*原文*(*d_jt*于2001/07/24 21:11粘贴) *回复: 请教一个关于uml的问题 *
---------------------------------------------------------------------------
我想用并说明一下
---------------------------------------------------------------------------