public interface VehicleType
| Modifier and Type | Method and Description |
|---|---|
Capacity |
getCapacityDimensions()
Returns capacity dimensions.
|
double |
getMaxVelocity()
Returns maximum velocity of this vehicle-type.
|
String |
getProfile() |
String |
getTypeId()
Returns typeId.
|
Object |
getUserData() |
VehicleTypeImpl.VehicleCostParams |
getVehicleCostParams()
Return the cost-parameter of this vehicle-type.
|
String getTypeId()
Capacity getCapacityDimensions()
Capacitydouble getMaxVelocity()
VehicleTypeImpl.VehicleCostParams getVehicleCostParams()
String getProfile()
Object getUserData()
Copyright © 2013–2020. All rights reserved.