Package | Description |
---|---|
aim4.im |
This package contains the implementation of the intersection manager.
|
aim4.im.v2i |
This package contains the implementation of the V2I intersection manager.
|
aim4.im.v2i.policy |
This package contains the implementation of various intersection control
policies for the V2I intersection manager.
|
aim4.im.v2i.reservation |
This package contains the implementation of the reservation manager for
the V2I intersection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
RoadBasedIntersection
An intersection that is defined by the intersection of a set of roads.
|
Modifier and Type | Method and Description |
---|---|
Intersection |
IntersectionManager.getIntersection()
Get the intersection managed by this intersection manager.
|
Constructor and Description |
---|
DummyManager(Intersection intersection,
TrackModel trajectoryModel,
double currentTime,
Registry<IntersectionManager> registry)
Create a dummy manager.
|
IntersectionManager(Intersection intersection,
TrackModel trackModel,
double currentTime,
Registry<IntersectionManager> imRegistry)
Create an intersection manager.
|
Modifier and Type | Method and Description |
---|---|
Intersection |
V2IManagerCallback.getIntersection()
Get the intersection managed by this intersection manager.
|
Constructor and Description |
---|
V2IManager(Intersection intersection,
TrackModel trackModel,
double currentTime,
ReservationGridManager.Config config,
Registry<IntersectionManager> registry)
Construct a new V2IManager given the structure of Lanes in the
intersection.
|
Modifier and Type | Method and Description |
---|---|
Intersection |
TimeoutPolicy.getIntersection()
Get the intersection managed by this intersection manager.
|
Constructor and Description |
---|
ReservationGridManager(double currentTime,
ReservationGridManager.Config config,
Intersection intersection,
TiledArea tiledArea,
ReservationGrid reservationGrid)
Create a reservation grid manager.
|
ReservationGridManager(ReservationGridManager.Config config,
Intersection intersection,
TiledArea tiledArea,
ReservationGrid reservationGrid)
Create a reservation grid manager.
|
Copyright © 2013. All rights reserved.