help with uml
From: - (nobody_at_hoem.om)
Date: 03/29/05
- Next message: karl.wettin_at_gmail.com: "Re: help with uml"
- Previous message: Michal Kleczek: "Re: OO vs. RDB challenge"
- Next in thread: karl.wettin_at_gmail.com: "Re: help with uml"
- Reply: karl.wettin_at_gmail.com: "Re: help with uml"
- Reply: H. S. Lahman: "Re: help with uml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 08:58:22 +0800
i am stuck with a UML class diagram.
i have a class that has a method that returns another object.
in this case
Connection Client.connect(server) {
...
...
}
how should i illustrate that in uml?
+------+ +------+
|Client|--------------|Server|
+------+ +------+
where should the Connection class fit in and how should the line be drawn
thank you.
- Next message: karl.wettin_at_gmail.com: "Re: help with uml"
- Previous message: Michal Kleczek: "Re: OO vs. RDB challenge"
- Next in thread: karl.wettin_at_gmail.com: "Re: help with uml"
- Reply: karl.wettin_at_gmail.com: "Re: help with uml"
- Reply: H. S. Lahman: "Re: help with uml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|