|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaim4.vehicle.AccelSchedule.TimeAccel
public static class AccelSchedule.TimeAccel
The time-acceleration pair.
| Constructor Summary | |
|---|---|
AccelSchedule.TimeAccel(double time,
double acceleration)
Create a time-acceleration pair. |
|
| Method Summary | |
|---|---|
double |
getAcceleration()
Get the acceleration. |
double |
getTime()
Get the time. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccelSchedule.TimeAccel(double time,
double acceleration)
time - the timeacceleration - the acceleration| Method Detail |
|---|
public double getTime()
public double getAcceleration()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||