|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request.VehicleSpecForRequestMsg | |
---|---|
aim4.im.v2i.reservation | This package contains the implementation of the reservation manager for the V2I intersection manager. |
aim4.msg.v2i | This package contains the implementation of the V2I messages in the AIM protocol. |
Uses of Request.VehicleSpecForRequestMsg in aim4.im.v2i.reservation |
---|
Methods in aim4.im.v2i.reservation that return Request.VehicleSpecForRequestMsg | |
---|---|
Request.VehicleSpecForRequestMsg |
ReservationGridManager.Query.getSpec()
Get the specification of the vehicle for the request message. |
Constructors in aim4.im.v2i.reservation with parameters of type Request.VehicleSpecForRequestMsg | |
---|---|
ReservationGridManager.Query(int vin,
double arrivalTime,
double arrivalVelocity,
int arrivalLineId,
int departureLaneId,
Request.VehicleSpecForRequestMsg spec,
double maxTurnVelocity,
boolean accelerating)
Create a query. |
Uses of Request.VehicleSpecForRequestMsg in aim4.msg.v2i |
---|
Methods in aim4.msg.v2i that return Request.VehicleSpecForRequestMsg | |
---|---|
Request.VehicleSpecForRequestMsg |
Request.getSpec()
Get the specification of the vehicle |
Constructors in aim4.msg.v2i with parameters of type Request.VehicleSpecForRequestMsg | |
---|---|
Request.VehicleSpecForRequestMsg(Request.VehicleSpecForRequestMsg spec)
Create a copy of a given vehicle specification for request message |
|
Request(int sourceID,
int destinationID,
int requestId,
Request.VehicleSpecForRequestMsg spec,
List<Request.Proposal> proposals)
Basic class constructor with all required fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |