Architecture Metrics
Toggle main menu visibility
Loading...
Searching...
No Matches
ComponentCouplings.cs
Go to the documentation of this file.
1
namespace
Ucu.Andis.ArchitectureMetrics
;
2
15
public
record
ComponentCouplings
(
16
Dictionary<string, int> FanIn,
17
Dictionary<string, int> FanOut);
Ucu.Andis.ArchitectureMetrics
Definition
Component.cs:3
Ucu.Andis.ArchitectureMetrics.ComponentCouplings
record ComponentCouplings(Dictionary< string, int > FanIn, Dictionary< string, int > FanOut)
Contiene el acoplamiento aferente -FanIn- y eferente -FanOut- para todos los componentes.
src
ComponentCouplings.cs
Generated by
1.17.0