Network
@Serializable
@SerialName(value = "Network" )
A network space of nodes and weighted edges.
Constructors
Link copied to clipboard
constructor(name: String, nodes: List<NetworkNode> = emptyList(), edges: List<NetworkEdge> = emptyList())