| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.im.v2i.reservation.AczManager.Plan
public static class AczManager.Plan
The plan of the reservation.
| Constructor Summary | |
|---|---|
AczManager.Plan(int vin,
                double length,
                double stopDist)
Create a plan of the reservation.  | 
|
| Method Summary | |
|---|---|
 double | 
getLength()
Get the length of the vehicle.  | 
 double | 
getStopDist()
Get the stopping distance.  | 
 int | 
getVin()
Get the VIN of the vehicle.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AczManager.Plan(int vin,
                       double length,
                       double stopDist)
vin - the VIN of the vehiclelength - the length of the vehiclestopDist - the stopping distance| Method Detail | 
|---|
public int getVin()
public double getLength()
public double getStopDist()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||