Hi Folks I'm taking a straw poll to help me decide what topics I might cover in the book I'm planning. I know you're all busy people, but I would really...
The second parlezuml.com podcast features an interview with the inventor of use cases (amongst other achievements), Ivar Jacobson. It can be found at...
hi, thanks for the explanation and sorry for late reply :) Is it the same as copy constructor as in C++ ? ... create. ... embryo, ... strands ... will you do ...
Hi! From what I can recall of my C++ past, I believe the intent of copy constructors in C++ and the clone() method in Java is basically the same: - They are...
Hi, My name is Olivier, and live in Spain. I am rather new to Java (< 1 year), and UML too. This is my first post here. How do you draw a sequence diagram for...
Hi Olivier! In effect, we don't create any instance of the super class. what I would do is more something like this: <<create>> _____ ... And then document,...
Isn't that message going backwards in time? J ;-) ... would do ... the ... <http://blog.guillaumebertrand.com/> ... On Behalf ... base ... year), ... calling...
Ooops. Monday morning: my brains were more backwards than usual :) Here's the corrected version for Olivier: <<create>> _____ ... Guillaume. http://blog....
I think Guillaume is right, though. It's important to remember that when an object calls a method on its base class, it is still sending that message to...
Hi, I have used Enterprise Architect 6.5 tool to create sequence diagram in my ongoing project. I have used the diagram like attached with this mail to create...
Hi, this is my first post. My senior Tech Arch swears by EA but for the life of me I cannot figure out how to use this tool effectively. One major headache I...
I'm hopping on the old paraffin budgie to St. Petersburg next week to help a client of mine select a software development partner out there. Understandably,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the parlezuml group. File : /Exercises/oo...
parlezuml@yahoogroups...
Jul 19, 2007 12:44 pm
207
hello everyone I am a Software developer (C#,VB.NET). but i don't know anything abt the designing of Project or how to create an abstract model of a system. Pl...
Hi Jason, i have a serious doubt regarding Association. I have two classes called Country and a State, A Country has gor Several states which means a one to...
Hi saintthomson, What i say is it depends on the prog lang you use. Like in java you declare that the other inherits from the superclass(state inherits from...
First of all I thinik we need to try and more precisely define your association in this example. I've adopted this convention when describing associatons in...
...is now up and running (well, it's just one HTML page, actually) http://www.icareaboutsoftware.org If you care passionately about software, and you'd like to...
Hi, I think you are confused with association.... Please remember association does not mean one way. It can be bidirectional. The question you are asking here...
I think it's ok to put countryid in a state class however it's just not necessary. In program when create a state object it doesn't mean anything until you put...
Hi, I agree with zhi_yawei. Also, another point of view might be, comparing object model to database model that you can see countrId as foreign key in state...
Dear Sir, I am new member of this group. In file section, I try to download UML for .NET Premium Package.zip but downloaded file not opened. Can you pls...
Hi, Manickam. There's a useful methodology developed by some professors from PUC- RIO (Rio, Brazil) which might address your concerns with web modelling in...
Is it correct in OCL to give the iterator variable a subtype of the type of the collection? And, what would that mean? I.e. the supertype being Humans, the...