Answered step by step
Verified Expert Solution
Question
1 Approved Answer
make a class diagram based off the description in the first paragraph this in object oriented programming. if you can do this in genmymodel it
make a class diagram based off the description in the first paragraph
A Groph is defined as a tuple of vertices and edges, In network terms, these are referred to as Nodes and Connections. A Computer-Network is a type of Graph that contains an aggregation of zero or more Nodes and zero or more connections. In a Computer-Network, a connection between two Nodes is characterized by a Protocol. In addition, the connection identifies the exact port numbers used for communication with the nodes. The Protocol used by the connection can be one of three different types: TLS, ARP, and UDP. Network hubs are special nodes that can connect several nodes together via the aggregation of several connections. Activity In this assignment, you will create a class diagram based on the description given above. See the following resources for information on class diagrams - iLearn > Content > Slides - Chapter 1, Python Object-Oriented Programming (Lott Phillips) In the model, it is expected that you will use the following modeling constructs: - Class, including attributes. Operationgare optional - Relationships - Inheritance/Generalization. - Aggregation (collections of classes) - Composition (part/whole relations) - Association (i.e. less-restrictive relationships) In your model you should hide "End Names" on non-inheritance relationships, but include multiplicities. Note on exporting your model: You must change the default color of the composition relationship to black in order for the diamond end to appear as black. You can do this by selecting the relationship, choosing the "Properties" tab dower left hand comer of the screen) and setting Appearance > Color to black this in object oriented programming. if you can do this in genmymodel it would be greatly appreciated if not thats fine.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started