| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.driver.coordinator.ArrivalEstimationResult
public class ArrivalEstimationResult
The result of arrival estimations.
| Constructor Summary | |
|---|---|
ArrivalEstimationResult(double arrivalTime,
                        double arrivalVelocity,
                        AccelSchedule accelSchedule)
Construct an arrival estimation result object.  | 
|
| Method Summary | |
|---|---|
 AccelSchedule | 
getAccelSchedule()
Get the acceleration schedule.  | 
 double | 
getArrivalTime()
Get the arrival time.  | 
 double | 
getArrivalVelocity()
Get the arrival velocity.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ArrivalEstimationResult(double arrivalTime,
                               double arrivalVelocity,
                               AccelSchedule accelSchedule)
arrivalTime - the arrival timearrivalVelocity - the arrival velocityaccelSchedule - the acceleration schedule| Method Detail | 
|---|
public double getArrivalTime()
public double getArrivalVelocity()
public AccelSchedule getAccelSchedule()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||