Uses of Class
basics.VehicleRoutingProblem.FleetSize

Packages that use VehicleRoutingProblem.FleetSize
basics   
 

Uses of VehicleRoutingProblem.FleetSize in basics
 

Methods in basics that return VehicleRoutingProblem.FleetSize
 VehicleRoutingProblem.FleetSize VehicleRoutingProblem.getFleetSize()
          Returns type of fleetSize, either INFINITE or FINITE.
static VehicleRoutingProblem.FleetSize VehicleRoutingProblem.FleetSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VehicleRoutingProblem.FleetSize[] VehicleRoutingProblem.FleetSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in basics with parameters of type VehicleRoutingProblem.FleetSize
 VehicleRoutingProblem.Builder VehicleRoutingProblem.Builder.setFleetSize(VehicleRoutingProblem.FleetSize fleetSize)
          Sets the type of fleetSize.