Uses of Interface
aim4.map.SpawnPoint.SpawnSpecGenerator

Packages that use SpawnPoint.SpawnSpecGenerator
aim4.map This package contains the implementations of the map in the AIM4 simulator. 
 

Uses of SpawnPoint.SpawnSpecGenerator in aim4.map
 

Classes in aim4.map that implement SpawnPoint.SpawnSpecGenerator
static class GridMapUtil.EnumerateSpawnSpecGenerator
          The spawn spec generator that enumerates spawn spec.
static class GridMapUtil.OneSpawnSpecGenerator
          The spawn spec generator that generates only one spec.
static class GridMapUtil.OnlyOneSpawnSpecGenerator
          The spec generator that generates just one vehicle in the entire simulation.
static class GridMapUtil.UniformSpawnSpecGenerator
          The uniform distributed spawn spec generator.
 

Fields in aim4.map declared as SpawnPoint.SpawnSpecGenerator
static SpawnPoint.SpawnSpecGenerator GridMapUtil.nullSpawnSpecGenerator
          The null spawn spec generator that generates nothing.
 

Methods in aim4.map with parameters of type SpawnPoint.SpawnSpecGenerator
 void SpawnPoint.setVehicleSpecChooser(SpawnPoint.SpawnSpecGenerator vehicleSpecChooser)
          Set the vehicle spec chooser.
 

Constructors in aim4.map with parameters of type SpawnPoint.SpawnSpecGenerator
SpawnPoint(double currentTime, Point2D pos, double heading, double steeringAngle, double acceleration, Lane lane, Rectangle2D noVehicleZone, SpawnPoint.SpawnSpecGenerator vehicleSpecChooser)
          Create a spawn point.
 



Copyright © 2011. All Rights Reserved.