Network

constructor(name: String, nodes: List<NetworkNode> = emptyList(), edges: List<NetworkEdge> = emptyList())(source)