OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.vehiclerouting.domain.location.DistanceType

Packages that use DistanceType
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.location   
 

Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain
 

Fields in org.optaplanner.examples.vehiclerouting.domain declared as DistanceType
protected  DistanceType VehicleRoutingSolution.distanceType
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return DistanceType
 DistanceType VehicleRoutingSolution.getDistanceType()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type DistanceType
 void VehicleRoutingSolution.setDistanceType(DistanceType distanceType)
           
 

Uses of DistanceType in org.optaplanner.examples.vehiclerouting.domain.location
 

Methods in org.optaplanner.examples.vehiclerouting.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

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.