Uses of Class
org.optaplanner.examples.vehiclerouting.domain.Depot
-
Packages that use Depot Package Description org.optaplanner.examples.vehiclerouting.domain org.optaplanner.examples.vehiclerouting.domain.timewindowed -
-
Uses of Depot in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as Depot Modifier and Type Field Description protected DepotVehicle. depotFields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type Depot Modifier and Type Field Description protected List<Depot>VehicleRoutingSolution. depotListMethods in org.optaplanner.examples.vehiclerouting.domain that return Depot Modifier and Type Method Description DepotVehicle. getDepot()Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type Depot Modifier and Type Method Description List<Depot>VehicleRoutingSolution. getDepotList()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Depot Modifier and Type Method Description voidVehicle. setDepot(Depot depot)Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Depot Modifier and Type Method Description voidVehicleRoutingSolution. setDepotList(List<Depot> depotList)Constructors in org.optaplanner.examples.vehiclerouting.domain with parameters of type Depot Constructor Description Vehicle(long id, int capacity, Depot depot) -
Uses of Depot in org.optaplanner.examples.vehiclerouting.domain.timewindowed
Subclasses of Depot in org.optaplanner.examples.vehiclerouting.domain.timewindowed Modifier and Type Class Description classTimeWindowedDepot
-