Expand description

This module provides a set of commands that can be used to manipulate a Simulation instance. Each command implements the SimulationCommand trait, which provides the execute method to apply the command on a given simulation instance.

Structs

Enums

  • An enumeration of subcommands for working with metrics in the simulation.
  • A command for querying object information in a simulation.

Traits