Package | Description |
---|---|
aim4.config |
This package contains the configuration settings for the AIM4 simulator.
|
aim4.map |
This package contains the implementations of the map in the AIM4 simulator.
|
Modifier and Type | Method and Description |
---|---|
static TrafficSignalPhase |
TrafficSignalPhase.makeFromFile(GridMap map,
String csvFileName)
Create a new traffic signal phase object from file
|
Constructor and Description |
---|
TrafficSignalPhase(GridMap map,
List<String> strs)
Construct a traffic signal phases.
|
Modifier and Type | Method and Description |
---|---|
static TrafficVolume |
TrafficVolume.makeFromFile(GridMap map,
String csvFileName)
Create a new traffic volume object from file.
|
static void |
GridMapUtil.setApprox4PhasesTrafficLightManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config,
double greenLightDuration,
double yellowLightDuration)
Set the approximate 4 phases traffic light managers at all intersections.
|
static void |
GridMapUtil.setApproxNPhasesTrafficLightManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config,
String trafficSignalPhaseFileName)
Set the approximate N phases traffic light managers at all intersections.
|
static void |
GridMapUtil.setApproxSimpleTrafficLightManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config,
double greenLightDuration,
double yellowLightDuration)
Set the approximate simple traffic light managers at all intersections.
|
static void |
GridMapUtil.setApproxStopSignManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config)
Set the approximate N phases traffic light managers at all intersections.
|
static void |
GridMapUtil.setBaselineSpawnPoints(GridMap layout,
double traversalTime)
Set the baseline spawn points.
|
static void |
GridMapUtil.setBatchManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config,
double processingInterval)
Set the bath managers at all intersections.
|
static void |
GridMapUtil.setDirectionalSpawnPoints(GridMap layout,
double hTrafficLevel,
double vTrafficLevel)
Set the directional spawn points which has different traffic volumes
in different directions.
|
static void |
GridMapUtil.setFCFSManagers(GridMap layout,
double currentTime,
ReservationGridManager.Config config)
Set the FCFS managers at all intersections.
|
static void |
GridMapUtil.setUniformRandomSpawnPoints(GridMap map,
double trafficLevel)
Set the uniform random spawn points.
|
static void |
GridMapUtil.setUniformRatioSpawnPoints(GridMap map,
String trafficVolumeFileName)
Set the uniform ratio spawn points with various traffic volume.
|
static void |
GridMapUtil.setUniformTurnBasedSpawnPoints(GridMap map,
double trafficLevel)
Set the uniform turn based spawn points.
|
Constructor and Description |
---|
TrafficVolume(GridMap map,
List<String> strs)
Create a new traffic volume object from the data in a file.
|
Copyright © 2013. All rights reserved.