RegionEdge

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.

Constructors

Link copied to clipboard
constructor(from: String, to: String, weight: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String
Link copied to clipboard
val weight: Int