NetworkArc

data class NetworkArc(val from: String, val to: String)(source)

A directed connection between two registered nodes of a StationNetwork, by name.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val to: String