RegionStateInfo

class RegionStateInfo(val regionStates: Map<Region.Id, RegionState>)

A data structure that contains RegionState information for multiple regions.

This maps Region.Ids to their corresponding RegionStates, providing a convenient way to query state information for any region in the RegionStructure.

Constructors

Link copied to clipboard
constructor(regionStates: Map<Region.Id, RegionState>)

Properties

Link copied to clipboard

A map from Region.Id to RegionState. If a region's ID is not present in this map, the state for that region is not yet available or not applicable.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String