| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Intersection | |
|---|---|
| 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. | 
| Uses of Intersection in aim4.im | 
|---|
| Classes in aim4.im that implement Intersection | |
|---|---|
 class | 
RoadBasedIntersection
An intersection that is defined by the intersection of a set of roads.  | 
| Methods in aim4.im that return Intersection | |
|---|---|
 Intersection | 
IntersectionManager.getIntersection()
Get the intersection managed by this intersection manager.  | 
| Constructors in aim4.im with parameters of type Intersection | |
|---|---|
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.  | 
|
| Uses of Intersection in aim4.im.v2i | 
|---|
| Methods in aim4.im.v2i that return Intersection | |
|---|---|
 Intersection | 
V2IManagerCallback.getIntersection()
Get the intersection managed by this intersection manager.  | 
| Constructors in aim4.im.v2i with parameters of type Intersection | |
|---|---|
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.  | 
|
| Uses of Intersection in aim4.im.v2i.policy | 
|---|
| Methods in aim4.im.v2i.policy that return Intersection | |
|---|---|
 Intersection | 
TimeoutPolicy.getIntersection()
Get the intersection managed by this intersection manager.  | 
| Uses of Intersection in aim4.im.v2i.reservation | 
|---|
| Constructors in aim4.im.v2i.reservation with parameters of type Intersection | |
|---|---|
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.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||