How to model tight coupling in UML class diagrams -
as far know possible indicate tight coupling in component diagram using port notation , straight line between them. contrary ball , socket notation.
how indicate tight coupling in class diagrams?
as @thomaskilian says, coupling rather feature of code, although design decisions influence it. packaging , layering influence density of dependencies heavily. design perspective tight coupling fine long classes belong same architecture layer
rather noting in class diagram, may find useful dependency structure matrix explained at
source: lattix's website
they coined term far remember
see also:
Comments
Post a Comment