Aalekh
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Aalekh
aalekh-analysis
/
com.aalekh.aalekh.analysis.metrics
/
ModuleMetrics
Module
Metrics
data
class
ModuleMetrics
(
val
modulePath
:
String
,
val
fanIn
:
Int
,
val
fanOut
:
Int
,
val
instability
:
Double
,
val
transitiveDepCount
:
Int
)
(
source
)
Architecture metrics for a single module. Stored in the JSON baseline.
Members
Constructors
Module
Metrics
Link copied to clipboard
constructor
(
modulePath
:
String
,
fanIn
:
Int
,
fanOut
:
Int
,
instability
:
Double
,
transitiveDepCount
:
Int
)
Properties
fan
In
Link copied to clipboard
val
fanIn
:
Int
fan
Out
Link copied to clipboard
val
fanOut
:
Int
instability
Link copied to clipboard
val
instability
:
Double
module
Path
Link copied to clipboard
val
modulePath
:
String
transitive
Dep
Count
Link copied to clipboard
val
transitiveDepCount
:
Int