Uses of Class
real_time_traffic_simulation_with_java.cores.SimulationEngine
Packages that use SimulationEngine
Package
Description
-
Uses of SimulationEngine in real_time_traffic_simulation_with_java.gui
Constructors in real_time_traffic_simulation_with_java.gui with parameters of type SimulationEngineModifierConstructorDescriptionControlPanel(SimulationEngine simulationEngine, ExportingFiles exportingFiles) ControlPanel constructorDashboard(SimulationEngine engine) The statistic panel on the right side of the main window Use to display statistics about the simulation Includes a text section and a chart sectionMainWindow(SimulationEngine engine) MainWindow contructor.MapPanel(SimulationEngine engine) Create map panel including 3 layers: road layer (bottom-most), vehicle layer, traffic light layer (top-most). -
Uses of SimulationEngine in real_time_traffic_simulation_with_java.gui.controlPanelElement
Constructors in real_time_traffic_simulation_with_java.gui.controlPanelElement with parameters of type SimulationEngineModifierConstructorDescriptionExportPane(SimulationEngine simulationEngine, ExportingFiles exportingFiles) StressTestPane(SimulationEngine simulationEngine) StressTestPane constructorTrafficLightPane(SimulationEngine simulationEngine) TrafficLightPane constructorVehicleFilterPane(SimulationEngine simulationEngine) VehicleFilterPane constructorVehicleInjectionPane(SimulationEngine simulationEngine) VehicleInjectionPane constructor -
Uses of SimulationEngine in real_time_traffic_simulation_with_java.gui.dashboardSection
Constructors in real_time_traffic_simulation_with_java.gui.dashboardSection with parameters of type SimulationEngineModifierConstructorDescriptionChartSection(SimulationEngine simulationEngine) Constructor for ChartSection.TextSection(SimulationEngine simulationEngine) Constructor: Create a TextSection VBox with labels that update with simulation data -
Uses of SimulationEngine in real_time_traffic_simulation_with_java.gui.mapLayer
Constructors in real_time_traffic_simulation_with_java.gui.mapLayer with parameters of type SimulationEngineModifierConstructorDescriptionroadLayer(SimulationEngine engine) Create road layer including junctions and edges, with tooltips and mouse events on edges.trafficlightLayer(SimulationEngine engine) Create traffic lights layer including traffic lights, with tooltip for better interactivity.vehicleLayer(SimulationEngine engine) Create vehicle layer including vehicles.