NetworkSpaceBuilder

Constructors

Link copied to clipboard
constructor(name: String)

Functions

Link copied to clipboard
Link copied to clipboard
fun edge(from: String, to: String, weight: Double = 1.0)
Link copied to clipboard
fun node(id: String, x: Double, y: Double)