Package | Description |
---|---|
aim4.im.v2i.policy |
This package contains the implementation of various intersection control
policies for the V2I intersection manager.
|
aim4.im.v2i.RequestHandler |
This package contains the implementations of the request handlers of
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 | Method and Description |
---|---|
StatCollector<?> |
TimeoutPolicy.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
Policy.getStatCollector()
Get the statistic collector.
|
StatCollector<BasePolicy> |
BasePolicy.getStatCollector()
Get the statistic collector.
|
StatCollector<AllStopPolicy> |
AllStopPolicy.getStatCollector()
Get the statistic collector.
|
Constructor and Description |
---|
BasePolicy(V2IManagerCallback im,
RequestHandler requestHandler,
StatCollector<BasePolicy> statCollector)
Create a new base policy for a given V2IManagerCallback (implemented by
a V2IManager) and a request handler.
|
Modifier and Type | Class and Description |
---|---|
static class |
BatchModeRequestHandler.RequestStatCollector
The Request statistic collector.
|
Modifier and Type | Method and Description |
---|---|
StatCollector<?> |
RequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
GoStraightRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
FCFSRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
BatchModeRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
ApproxStopSignRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
ApproxSimpleTrafficSignalRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
ApproxNPhasesTrafficSignalRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
Approx4PhasesTrafficSignalRequestHandler.getStatCollector()
Get the statistic collector.
|
StatCollector<?> |
AllStopRequestHandler.getStatCollector()
Get the statistic collector.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReservationGridManager.VinHistoryStatCollector
The statistic collector for VIN history.
|
Modifier and Type | Method and Description |
---|---|
StatCollector<ReservationGridManager> |
ReservationGridManager.getStatCollector()
Get the statistic collector.
|
Copyright © 2013. All rights reserved.