Package cambio.simulator.events


package cambio.simulator.events
This package contains events that are scheduled independently from the current state of the simulated system.
  • Class
    Description
    A ChaosMonkeyEvent is an ExternalEvent that gets scheduled at the beginning of the experiment.
    Event that triggers a latency injection.
    Represents an action during an experiment e.g.
    An event without any direct effect on the simulation.
    Events of an experiment that extend this interface are asked to self schedule on the start of the simulation.
    Represents an event that can do an initial self schedule if asked to.
    A SimulationEndEvent is an ExternalEvent that is called upon the end of the simulation.
    A SummonerMonkeyEvent is an ExternalEvent that gets scheduled at the begin of the experiment.