model.data

package model.data

Members list

Type members

Classlikes

case class DataManager(state: SimulationState)

A data manager that provides access to simulation state and computed metrics.

A data manager that provides access to simulation state and computed metrics.

The DataManager serves as a facade for accessing and computing aggregate information from the current simulation state, particularly financial metrics related to games and customers.

Value parameters

state

the current simulation state containing games and customers

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all