UML relationships – dashed line vs solid line
I’m trying to give simple examples of the two types of lines. In the first diagram, the solid line shows an association: If the classes were declared in Java, this would be like ClassA storing a reference to ClassB as an attribute (it could be passed in to the constructor, created, etc.). So, you might … Read more