Package | Description |
---|---|
gui.diagramEntities.trainDiagrams | |
gui.entities.trainEntities | |
simulator.velocityProfileCalculation |
Constructor and Description |
---|
VelocityProfile(VelocityProfile simulatorVelocityProfile) |
Modifier and Type | Method and Description |
---|---|
VelocityProfile |
Train.getVelocityProfileFromMilepost(double milePost) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VelocityProfile> |
Train.getVelocityProfileList() |
Modifier and Type | Method and Description |
---|---|
VelocityProfile |
VelocityProfileArray.remove(int i)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
VelocityProfileArray.add(int k,
VelocityProfile obj) |
boolean |
VelocityProfileArray.add(VelocityProfile velocityProfile)
overriding method for add.
|