metro
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
metro
gradle-plugin
/
dev.zacsweers.metro.gradle.analysis
/
CentralityScore
Centrality
Score
@
Serializable
data
class
CentralityScore
(
val
key
:
String
,
val
bindingKind
:
String
,
val
betweennessCentrality
:
Double
,
val
normalizedCentrality
:
Double
)
(
source
)
Centrality score for a single binding.
Members
Constructors
Centrality
Score
Link copied to clipboard
constructor
(
key
:
String
,
bindingKind
:
String
,
betweennessCentrality
:
Double
,
normalizedCentrality
:
Double
)
Properties
betweenness
Centrality
Link copied to clipboard
val
betweennessCentrality
:
Double
binding
Kind
Link copied to clipboard
val
bindingKind
:
String
key
Link copied to clipboard
val
key
:
String
normalized
Centrality
Link copied to clipboard
val
normalizedCentrality
:
Double