public static class TestAlgoCollector.AlgoHelperEntry extends Object
Constructor and Description |
---|
AlgoHelperEntry(Graph g,
Graph baseGraph,
AlgorithmOptions opts,
LocationIndex idx) |
Modifier and Type | Method and Description |
---|---|
RoutingAlgorithm |
createAlgo(Graph qGraph) |
Graph |
getBaseGraph() |
LocationIndex |
getIdx() |
Graph |
getQueryGraph() |
void |
setAlgorithmOptions(AlgorithmOptions opts) |
void |
setQueryGraph(Graph queryGraph) |
String |
toString() |
public AlgoHelperEntry(Graph g, Graph baseGraph, AlgorithmOptions opts, LocationIndex idx)
public Graph getQueryGraph()
public void setQueryGraph(Graph queryGraph)
public Graph getBaseGraph()
public void setAlgorithmOptions(AlgorithmOptions opts)
public LocationIndex getIdx()
public RoutingAlgorithm createAlgo(Graph qGraph)
Copyright © 2012–2016. All rights reserved.