|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.im.v2i.reservation.AczManager.Query
public static class AczManager.Query
The query for the ACZ manager.
| Constructor Summary | |
|---|---|
AczManager.Query(int vin,
double arrivalTime,
double arrivalVelocity,
double vehicleLength,
double stopDist)
Create a query for the ACZ manager. |
|
| Method Summary | |
|---|---|
double |
getArrivalTime()
Get the arrival time. |
double |
getArrivalVelocity()
Get the arrival velocity. |
double |
getStopDist()
Get the stopping distance. |
double |
getVehicleLength()
Get the vehicle length. |
int |
getVin()
Get the VIN of a vehicle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AczManager.Query(int vin,
double arrivalTime,
double arrivalVelocity,
double vehicleLength,
double stopDist)
vin - the VIN of a vehiclearrivalTime - the arrival timearrivalVelocity - the arrival velocityvehicleLength - the vehicle lengthstopDist - the stopping distance| Method Detail |
|---|
public int getVin()
public double getArrivalTime()
public double getArrivalVelocity()
public double getVehicleLength()
public double getStopDist()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||