|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.im.v2i.reservation.ReservationGridManager.Plan
public static class ReservationGridManager.Plan
The plan for the reservation.
| Constructor Summary | |
|---|---|
ReservationGridManager.Plan(int vin,
double exitTime,
double exitVelocity,
List<ReservationGrid.TimeTile> workingList,
Queue<double[]> accelerationProfile)
Create the plan for the reservation. |
|
| Method Summary | |
|---|---|
Queue<double[]> |
getAccelerationProfile()
Get the acceleration profile. |
double |
getExitTime()
Get the exit time. |
double |
getExitVelocity()
Get the exit velocity. |
int |
getVin()
Get the VIN of the vehicle. |
List<ReservationGrid.TimeTile> |
getWorkingList()
Get the list of time tiles reserved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReservationGridManager.Plan(int vin,
double exitTime,
double exitVelocity,
List<ReservationGrid.TimeTile> workingList,
Queue<double[]> accelerationProfile)
vin - the VIN of the vehicleexitTime - the exit timeexitVelocity - the exit velocityworkingList - the list of time tiles reservedaccelerationProfile - the acceleration profile| Method Detail |
|---|
public int getVin()
public double getExitTime()
public double getExitVelocity()
public List<ReservationGrid.TimeTile> getWorkingList()
public Queue<double[]> getAccelerationProfile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||