|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgorithms.VehicleRoutingAlgorithms
public class VehicleRoutingAlgorithms
| Method Summary | |
|---|---|
static VehicleRoutingAlgorithm |
createAlgorithm(VehicleRoutingProblem vrp,
AlgorithmConfig algorithmConfig)
Creates a VehicleRoutingAlgorithm from a AlgorithConfig based on the input vrp. |
static VehicleRoutingAlgorithm |
readAndCreateAlgorithm(VehicleRoutingProblem vrp,
java.lang.String configFileName)
Read and creates VehicleRoutingAlgorithm from config-file. |
static VehicleRoutingAlgorithm |
readAndCreateAlgorithm(VehicleRoutingProblem vrp,
java.net.URL configURL)
Read and creates a VehicleRoutingAlgorithm from an url. |
static VehicleRoutingAlgorithm |
readAndCreateAlgorithm(VehicleRoutingProblem vrp,
org.apache.commons.configuration.XMLConfiguration config)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static VehicleRoutingAlgorithm createAlgorithm(VehicleRoutingProblem vrp,
AlgorithmConfig algorithmConfig)
VehicleRoutingAlgorithm from a AlgorithConfig based on the input vrp.
vrp - algorithmConfig -
VehicleRoutingAlgorithm
@Deprecated
public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
org.apache.commons.configuration.XMLConfiguration config)
public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
java.net.URL configURL)
VehicleRoutingAlgorithm from an url.
vrp - configURL -
VehicleRoutingProblem
public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
java.lang.String configFileName)
VehicleRoutingAlgorithm from config-file.
vrp - configFileName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||