Search code examples
umlclass-diagram

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


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


Solution

  • 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?