logo

General Simulation Framework

About the framework

  • General Simulation Framework

Examples

  • Creating a Linear Cellular Automaton
  • Creating a Conway’s Game of Life
  • Creating a discrete-event simulator

Reference

  • Control
    • Controls package
      • Discrete Event Control
      • Thread Control Strategy
    • Core package
      • Base Control
      • Simulation Stats
      • Simulation Control Strategy
  • Core
    • Debug package
      • Domain package
        • Debug Module
        • Summary Table
      • Infrastructure package
        • Providers module
        • Table
    • Entity package
      • Core package
        • Entity
        • Entity Emitter
        • Entity Manager
        • Entity Property
        • Property Type
      • Properties package
        • Boolean Property
        • Expression Property
        • Number Property
        • Property
        • String Property
    • Events package
      • Domain Events
      • Event Bus
    • Mathematics package
      • Distributions package
        • Exponential Distribution
        • Poisson Distribution
        • Random Distribution
        • Triangular Distribution
      • Values package
        • Value
    • Time package
      • Simulation Time module
    • Types package
      • Dynamic System Input module
      • Model Input module
      • Time module
    • Config module
  • Dynamic System
    • Dynamic_system.core package
      • Base Dynamic System
    • Dynamic_systems package
      • Discrete Event Dynamic System
    • Future_event_list package
      • Scheduled Model
      • Scheduler
  • Experiments
    • Core package
      • Base Experiment
      • Recovery Strategy
    • Experiment_builders package
      • Discrete Event Experiment
    • Strategies package
      • Recovery Strategy
  • Models
    • Core package
      • Base Model
      • Path
    • Models package
      • Discrete Event Model
      • Discrete Time Model
  • Reports
    • Core package
      • Base Report
    • Report_generators package
      • Default Report
  • Simulation
    • Core package
      • Base Simulator
    • Simulation_engines package
      • Discrete Event Simulator
Theme by the Executable Book Project
Contents
  • Mathematics module
  • Subpackages

Mathematics package¶

Mathematics module¶

Contains the definition of mathematical expressions.

Subpackages¶

  • Distributions package
    • Distributions module
    • Submodules
      • Exponential Distribution
      • Poisson Distribution
      • Random Distribution
      • Triangular Distribution
  • Values package
    • Values module
    • Submodules
      • Value
Event Bus Distributions package

By Rolando Andrade
© Copyright 2021, Rolando Andrade.