| Package | Description |
|---|---|
| de.aipark.api.optimalTrip | |
| de.aipark.api.parkingarea |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaType> |
OptimalTrip.getPreferredType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimalTrip.setPreferredType(List<ParkingAreaType> preferredType) |
| Constructor and Description |
|---|
OptimalTrip(List<com.vividsolutions.jts.geom.Point> stopoverPoints,
List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip,
Route route,
com.vividsolutions.jts.geom.Point destination,
boolean free,
boolean handicapped,
boolean resident,
double probability,
Integer parkingSpaces,
List<ParkingAreaType> preferredType,
Integer estimatedSearchDuration) |
| Modifier and Type | Field and Description |
|---|---|
static List<ParkingAreaType> |
ParkingAreaType.ALL_CAR_PARK_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static ParkingAreaType |
ParkingAreaType.getDefaultValue() |
ParkingAreaType |
ParkingArea.getParkingAreaType() |
static ParkingAreaType |
ParkingAreaType.lookUpType(String type) |
static ParkingAreaType |
ParkingAreaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingAreaType[] |
ParkingAreaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.