public static final class Parameters.Algorithms extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Parameters.Algorithms.AltRoute
All public properties for alternative routing.
|
static class |
Parameters.Algorithms.AStar |
static class |
Parameters.Algorithms.AStarBi |
static class |
Parameters.Algorithms.RoundTrip
All public properties for round trip calculation.
|
Modifier and Type | Field and Description |
---|---|
static String |
ALT_ROUTE
alternative route algorithm (not yet for CH)
|
static String |
ASTAR
Unidirectional A* (not for CH)
|
static String |
ASTAR_BI
Bidirectional A*
|
static String |
DIJKSTRA
Unidirectional Dijkstra (not for CH)
|
static String |
DIJKSTRA_BI
Bidirectional Dijkstra
|
static String |
DIJKSTRA_ONE_TO_MANY
one to many Dijkstra (not yet for edge based #394, not yet for CH)
|
static String |
ROUND_TRIP
round trip algorithm (not yet for CH)
|
Constructor and Description |
---|
Algorithms() |
public static final String DIJKSTRA_BI
public static final String DIJKSTRA
public static final String DIJKSTRA_ONE_TO_MANY
public static final String ASTAR
public static final String ASTAR_BI
public static final String ALT_ROUTE
public static final String ROUND_TRIP
Copyright © 2012–2020. All rights reserved.