StateData Data Type

StateData contains the components of search state that are unlikely to be changed as often as time or weight. This avoids frequent duplication, which should have a positive impact on both time and space use during searches.

Implemented Interfaces
Cloneable
Properties
name data type description
vehicleRentalNetwork string
rentalVehicleFormFactor FormFactor

Example

{
  "vehicleRentalNetwork" : "...",
  "rentalVehicleFormFactor" : "CAR"
}