Re: sequence diagram for observer pattern
- From: Robert Martin <unclebob@xxxxxxxxxxxxxxxx>
- Date: Sun, 28 May 2006 11:41:55 -0500
On 2006-05-28 02:23:21 -0500, "chandra.somesh@xxxxxxxxx" <chandra.somesh@xxxxxxxxx> said:
well the above SD does solve the problem..but what if i need to
represent some messages being passed among individual observers...then
just clubbing the observers as a single object will not be able to
represent that...can we have individual as well as broadcast messages
to be represented using the above representation ??
If you are not generating code then the sequence diagrams are not compiled. No compiler is going to issue an error message. Therefore you may draw anything that makes sense to you and to your readers.
If you are generating code, then you need a language with a much more formal syntax than UML.
--
Robert C. Martin (Uncle Bob) | email: unclebob@xxxxxxxxxxxxxxxx
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716 |
.
- References:
- sequence diagram for observer pattern
- From: chandra . somesh
- Re: sequence diagram for observer pattern
- From: Phlip
- Re: sequence diagram for observer pattern
- From: chandra.somesh@xxxxxxxxx
- sequence diagram for observer pattern
- Prev by Date: Re: sequence diagram for observer pattern
- Next by Date: Re: Searching OO Associations with RDBMS Persistence Models
- Previous by thread: Re: sequence diagram for observer pattern
- Next by thread: Re: sequence diagram for observer pattern
- Index(es):
Relevant Pages
|