What's the best way to represent a networked connection in a UML class diagram?

UML class diagrams are not appropriate to describe a topological notion as a "network"; they are better suited for hierarchies and interdependencies between objects. Or are you talking about a Connection class?

Ok, they're gone :) – Jack BeNimble Apr 1 '09 at 13:35 :) Many design tools (like Microsoft Visio) have a separate "palette" of objects for networks, if that's what you are looking for. Read Justin Niessner answer, also, for a "pure" UML approach in depicting the communications between the components of your application. – Manrico Corazzi Apr 1 '09 at 13:37.

The Class Diagram is the wrong place to be trying to show network connections. A Class diagram will show only the classes in your software and how they relate to each other. You should use a Deployment Diagram to show how the elements of your software are going deployed across the network.

You could also include a Communication Diagram to show how the different parts of the software communicate with each other without regard to the deployment model.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions