Package com.amalgamasimulation.engine


package com.amalgamasimulation.engine
  • Class
    Description
    Base type of all agent classes
    Class representing the simulation engine.
    Class that takes one or several instances of TimeSeries with associated events of the specified arbitrary type and schedules the simulation events in the specified Engine at instants defined by these time series.
    Class representing one simulation event executed inside an Engine.
    Possible statuses of Event.
    Base class for all simulation models.
    Class representing a value that changes at the specified rate as the simulation time goes and fires notifications when the value hits the specified thresholds.
    State machine is a key element of simulation models' logic.
    Where to add the action in the list of actions
    Class representing an event that just stops the Engine, i.e.
    Represents an event that remembers stack trace of the point in code from where it was scheduled.
    A wrapper class for exceptions that occur in simulation events of Engine that contains additional context that helps to better understand the circumstances of when the underlying exception has been thrown.