Aalekh
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Aalekh
aalekh-analysis
/
com.aalekh.aalekh.analysis.graph
/
RegionEdge
Region
Edge
@
Serializable
data
class
RegionEdge
(
val
from
:
String
,
val
to
:
String
,
val
weight
:
Int
)
(
source
)
An aggregated dependency between two regions, weighted by how many module edges it stands for.
Members
Constructors
Region
Edge
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
weight
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String
weight
Link copied to clipboard
val
weight
:
Int