NetworkGroupData

interface NetworkGroupData<T : Network<T>>

The data of a network group, containing all networks as well as the type of all networks.

Inheritors

Properties

Link copied to clipboard
abstract val networks: List<T>
Link copied to clipboard
abstract val type: NetworkType<T>