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
/
CentralityResult
Centrality
Result
@
Serializable
data
class
CentralityResult
(
val
centralityScores
:
List
<
CentralityScore
>
)
(
source
)
Result of betweenness centrality analysis.
Members
Constructors
Centrality
Result
Link copied to clipboard
constructor
(
centralityScores
:
List
<
CentralityScore
>
)
Properties
centrality
Scores
Link copied to clipboard
val
centralityScores
:
List
<
CentralityScore
>