Coupling Between Classes (CBO)
I have this matrix CBO that have all the interactions about classes c1, c2, c3, c4, ....
this matric CBO is triangular, for example
c1__c2__c3__c4
c1_ 2
c2_ 5__ 2
c3_ 2__ 1 __ 3
c4_ 4__ 0 __ 2 __ 4
is there a mode to represent graphically this CBO ?
thank you

