Architecture Metrics
Loading...
Searching...
No Matches
ComponentCouplings.cs
Go to the documentation of this file.
2
15public record ComponentCouplings(
16 Dictionary<string, int> FanIn,
17 Dictionary<string, int> FanOut);
record ComponentCouplings(Dictionary< string, int > FanIn, Dictionary< string, int > FanOut)
Contiene el acoplamiento aferente -FanIn- y eferente -FanOut- para todos los componentes.