Package org.cloudbus.cloudsim.core.events


package org.cloudbus.cloudsim.core.events
Provides classes used by the core message passing mechanisms. CloudSim Plus is an event discrete simulator that relies on message transmission to update the progress of the simulation. Such a package provide classes that represent core simulation events and event queues.
Author:
Manoel Campos da Silva Filho
  • Class
    Description
    An event which is passed between the entities in the simulation.
    An EventQueue that orders SimEvents based on their time attribute.
    An interface to be implemented by event queues.
    An EventQueue that stores future simulation events.
    A predicate to select events with a specific tag.
    Represents a simulation event which is passed between the entities in a specific Simulation instance.
    Internal event types