-
Notifications
You must be signed in to change notification settings - Fork 0
Menu
The menu is displayed as follows :

With the first two buttons you can choose the type of network used for the simulation. This first one lets you choose the current network around CERN. You can find more informations about it in the Rapport/ folder.
This scenario replaces the crossroad at entrance B by a roundabout. The rest of the network is the same as the current network.
This slider lets you choose the size of the network on the screen. With 1 the smallest size and 3 the most zoomed out size.
You can then increase the global flow of vehicles on the network by the chosen percentage. With 0% you get the present flow of vehicles as measured on the spot.
As one day of traffic is computed relatively quickly, you can choose to compute multiple simulations one after the other. All these simulations will be computed to extract output data into text files generated by the software in the data/ folder.
By default, the switch doesn't change the flow of vehicles. By changing it to Min transfer or Max transfer, you'll redirect vehicles that normally enter the B entrance to the E entrance and the entrance at the tunnel. The percentage of the slider shown if you activate that button will give you the amount of these redirections being on the E entrance.
- data/
- DataManager.java (TODO)
- ExpVarCalculator.java (TODO)
- VehicleCounter.java (TODO)
- elements/
- Cell.java (TODO)
- Connection.java (TODO)
- CrossRoad.java (empty) (TODO)
- Direction.java (TODO)
- MaxVehicleOutflow.java (TODO)
- MultiLaneRoundAbout.java (TODO)
- Phase.java (TODO)
- Ride.java (TODO)
- Road.java (empty) (TODO)
- RoundAbout.java (empty) (TODO)
- TrafficLightsSystem.java (TODO)
- Vehicle.java (TODO)
- graphics/
- Assets.java (TODO)
- Display.java (TODO)
- ImageLoader.java (TODO)
- SpriteSheet.java (TODO)
- Text.java (TODO)
- input/
- KeyManager.java (TODO)
- MouseManager.java (TODO)
- main/
- Main.java (TODO)
- Simulation.java (TODO)
- network/
- AllNetworkRides.java (empty) (TODO)
- Network.java (TODO)
- NetworkComputing.java (TODO)
- NetworkRendering.java (TODO)
- states/
- MenuState.java (TODO)
- SimSettingsState.java (TODO)
- SimState.java (TODO)
- State.java (TODO)
- ui/
- ClickListener.java (TODO)
- UIImageButton.java (TODO)
- UIManager.java (TODO)
- UIObject.java (TODO)
- UISlider.java (TODO)
- UISliderDouble.java (TODO)
- UISliderTriple.java (TODO)
- UITextButton.java (TODO)
- UITextSwitch.java (TODO)
- utils/
- Defaults.java (TODO)
- OriginDestinationCalculator.java (TODO)
- SortByPos.java (TODO)
- Utils.java (TODO)