public class ArrivalEstimationResult extends Object
| Constructor and Description |
|---|
ArrivalEstimationResult(double arrivalTime,
double arrivalVelocity,
AccelSchedule accelSchedule)
Construct an arrival estimation result object.
|
| Modifier and Type | Method and Description |
|---|---|
AccelSchedule |
getAccelSchedule()
Get the acceleration schedule.
|
double |
getArrivalTime()
Get the arrival time.
|
double |
getArrivalVelocity()
Get the arrival velocity.
|
public ArrivalEstimationResult(double arrivalTime,
double arrivalVelocity,
AccelSchedule accelSchedule)
arrivalTime - the arrival timearrivalVelocity - the arrival velocityaccelSchedule - the acceleration schedulepublic double getArrivalTime()
public double getArrivalVelocity()
public AccelSchedule getAccelSchedule()
Copyright © 2013. All rights reserved.