Originally posted by Prashanth Joisha:
Hi,
How would you represent inner classes/static
inner classes in UML.
TIA,
PJ
Originally posted by Carl Trusiak:
We are giving away four copies of "The Pattern Almanac 2000" and the author Linda Rising, is Here! Everyone give her a warm welcome!
See our Book Giveaway Page for details.
[This message has been edited by Carl Trusiak (edited January 30, 2001).]
Originally posted by Simon Xu:
hi,
I am confused about the position of sequence diagram. it belongs to problem or solution domain? different books have diff answer.
Please clear up,
Simon
Conceptual: ..you draw a diagram that represents the concepts in the problem domain...
Specification: Now we are looking at software, but we are looking at interfaces, not implementation
Implementation: now we really do have classes and are laying bare the implementation.
You can denote the perspective taken using stereotypes in your UML drawings...<<implmementation class>> for Implementation perspective and <<type>> for Conceptual and Specification
BTW: I HIGHLY recommend this book...
Best Regards