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