求一个简单的UML类图# Programming - 葵花宝典
j*g
1 楼
system description:
A SERVER receives requests from a client. After each request is received, a
REQUEST object is created and enqueued into a REQUEST_QUEUE.
How to draw a class diagram to show the relationships among these three
classes?
shit, web方式下把空格都过滤掉了。花了两个图都不行。
SERVER(1)----------->(*)REQUEST
REQUEST(*)SERVER(1)----------->(1)REQUEST_QUEUE
Is this correct?
A SERVER receives requests from a client. After each request is received, a
REQUEST object is created and enqueued into a REQUEST_QUEUE.
How to draw a class diagram to show the relationships among these three
classes?
shit, web方式下把空格都过滤掉了。花了两个图都不行。
SERVER(1)----------->(*)REQUEST
REQUEST(*)SERVER(1)----------->(1)REQUEST_QUEUE
Is this correct?