public class TrainKinetics
extends java.lang.Object
| Constructor and Description | 
|---|
| TrainKinetics(double milepost,
             double velocity) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getMilepost() | 
| double | getVelocity() | 
| void | setMilepost(double milepost) | 
| void | setVelocity(double velocity) |