| Package | Description |
|---|---|
| org.optaplanner.examples.vehiclerouting.domain | |
| org.optaplanner.examples.vehiclerouting.domain.location |
| Modifier and Type | Field and Description |
|---|---|
protected DistanceType |
VehicleRoutingSolution.distanceType |
| Modifier and Type | Method and Description |
|---|---|
DistanceType |
VehicleRoutingSolution.getDistanceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setDistanceType(DistanceType distanceType) |
| Modifier and Type | Method and Description |
|---|---|
static DistanceType |
DistanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceType[] |
DistanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.