20 package org.matsim.vehicles;
48 private Id<VehicleType>
id;
54 return "[ID=" +
id +
" | maxVelocity= " + maxVelocity +
"]" ;
68 this.description = desc;
83 this.maxVelocity = meterPerSecond;
138 this.accessTime = seconds;
143 this.egressTime = seconds;
153 this.doorOperationMode = mode;
void setWidth(double width)
EngineInformation engineInformation
double getFlowEfficiencyFactor()
void setFlowEfficiencyFactor(double flowEfficiencyFactor)
double getMaximumVelocity()
void setAccessTime(double seconds)
double flowEfficiencyFactor
void setDescription(String desc)
void setLength(double length)
DoorOperationMode doorOperationMode
double getPcuEquivalents()
VehicleCapacity getCapacity()
void setPcuEquivalents(double pcuEquivalents)
VehicleTypeImpl(Id< VehicleType > typeId)
void setMaximumVelocity(double meterPerSecond)
void setDoorOperationMode(DoorOperationMode mode)
Id< VehicleType > getId()
void setEgressTime(double seconds)
EngineInformation getEngineInformation()
DoorOperationMode getDoorOperationMode()
void setEngineInformation(EngineInformation engineInformation)
void setCapacity(VehicleCapacity capacity)