Class VehicleData
- java.lang.Object
-
- org.optaweb.vehiclerouting.domain.VehicleData
-
-
Constructor Summary
Constructors Constructor Description VehicleData(String name, int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcapacity()Vehicle's capacity.booleanequals(Object o)inthashCode()Stringname()Vehicle's name (unique description).StringtoString()
-