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? 回答1: 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? 回答2: 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