Package com.gpudb.protocol
Class VisualizeIsochroneRequest.SolveOptions
- java.lang.Object
-
- com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
-
- Enclosing class:
- VisualizeIsochroneRequest
public static final class VisualizeIsochroneRequest.SolveOptions extends Object
A set of string constants for theVisualizeIsochroneRequestparametersolveOptions.Solver specific parameters
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringREMOVE_PREVIOUS_RESTRICTIONSIgnore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set toTRUE.static StringRESTRICTION_THRESHOLD_VALUEValue-based restriction comparison.static StringTRUEstatic StringUNIFORM_WEIGHTSWhen specified, assigns the given value to all the edges in the graph.
-
-
-
Field Detail
-
REMOVE_PREVIOUS_RESTRICTIONS
public static final String REMOVE_PREVIOUS_RESTRICTIONS
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set toTRUE. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
RESTRICTION_THRESHOLD_VALUE
public static final String RESTRICTION_THRESHOLD_VALUE
Value-based restriction comparison. Any node or edge with a 'RESTRICTIONS_VALUECOMPARED' value greater than theRESTRICTION_THRESHOLD_VALUEwill not be included in the solution.- See Also:
- Constant Field Values
-
UNIFORM_WEIGHTS
public static final String UNIFORM_WEIGHTS
When specified, assigns the given value to all the edges in the graph. Note that weights provided inweightsOnEdgeswill override this value.- See Also:
- Constant Field Values
-
-