basic q about sequence diagrams
From: Karl Hungus (nnnnndddddd_at_hotmail.com)
Date: 03/16/04
- Next message: Steven Wurster: "Re: First Avoid Coding"
- Previous message: Isaac Gouy: "Re: dynamic type checking - a pauline conversion?"
- Next in thread: Robert C. Martin: "Re: basic q about sequence diagrams"
- Reply: Robert C. Martin: "Re: basic q about sequence diagrams"
- Reply: Gawnsoft: "Re: basic q about sequence diagrams"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Mar 2004 02:43:52 GMT
If two objects are represented in a sequence diagram with one message
joining them, and the message is a method call, which object is supposed to
have the method as one of its members?
example if I have a car object and I want to call a method
car.getPassengers() to return a collection of passengers
do I model it this way:
[car] ------getPassengers----->[passengers]
or
[system] ------getPassengers----->[car]
..brackets are boxes there...forgive the simplification
Thanks in advance,
Karl
- Next message: Steven Wurster: "Re: First Avoid Coding"
- Previous message: Isaac Gouy: "Re: dynamic type checking - a pauline conversion?"
- Next in thread: Robert C. Martin: "Re: basic q about sequence diagrams"
- Reply: Robert C. Martin: "Re: basic q about sequence diagrams"
- Reply: Gawnsoft: "Re: basic q about sequence diagrams"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|