public static class AczManager.Query extends Object
| Constructor and Description |
|---|
AczManager.Query(int vin,
double arrivalTime,
double arrivalVelocity,
double vehicleLength,
double stopDist)
Create a query for the ACZ manager.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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 distancepublic int getVin()
public double getArrivalTime()
public double getArrivalVelocity()
public double getVehicleLength()
public double getStopDist()
Copyright © 2013. All rights reserved.