java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.Vehicle
All Implemented Interfaces:
LocationAware

public class Vehicle extends AbstractPersistable implements LocationAware
  • Field Details

    • capacity

      protected int capacity
    • depot

      protected Depot depot
    • customers

      protected List<Customer> customers
  • Constructor Details

    • Vehicle

      public Vehicle()
    • Vehicle

      public Vehicle(long id, int capacity, Depot depot)
  • Method Details