public static class TestAlgoCollector.AlgoHelperEntry extends Object
Constructor and Description |
---|
AlgoHelperEntry(Graph g,
boolean ch,
AlgorithmOptions opts,
LocationIndex idx,
String expectedAlgo) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
createAlgo(Graph graph) |
AlgorithmOptions |
getAlgorithmOptions() |
String |
getExpectedAlgo() |
LocationIndex |
getIdx() |
void |
setAlgorithmOptions(AlgorithmOptions opts) |
String |
toString() |
public AlgoHelperEntry(Graph g, boolean ch, AlgorithmOptions opts, LocationIndex idx, String expectedAlgo)
public void setAlgorithmOptions(AlgorithmOptions opts)
public RoutingAlgorithm createAlgo(Graph graph)
public AlgorithmOptions getAlgorithmOptions()
public LocationIndex getIdx()
public String getExpectedAlgo()
Copyright © 2012–2021. All rights reserved.