|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistanceType | |
---|---|
org.optaplanner.examples.tsp.domain | |
org.optaplanner.examples.tsp.domain.location |
Uses of DistanceType in org.optaplanner.examples.tsp.domain |
---|
Fields in org.optaplanner.examples.tsp.domain declared as DistanceType | |
---|---|
protected DistanceType |
TravelingSalesmanTour.distanceType
|
Methods in org.optaplanner.examples.tsp.domain that return DistanceType | |
---|---|
DistanceType |
TravelingSalesmanTour.getDistanceType()
|
Methods in org.optaplanner.examples.tsp.domain with parameters of type DistanceType | |
---|---|
void |
TravelingSalesmanTour.setDistanceType(DistanceType distanceType)
|
Uses of DistanceType in org.optaplanner.examples.tsp.domain.location |
---|
Methods in org.optaplanner.examples.tsp.domain.location that return DistanceType | |
---|---|
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. |
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |