Uses of Enum Class
com.graphhopper.routing.util.PriorityCode
Packages that use PriorityCode
-
Uses of PriorityCode in com.graphhopper.routing.util
Fields in com.graphhopper.routing.util with type parameters of type PriorityCodeMethods in com.graphhopper.routing.util that return PriorityCodeModifier and TypeMethodDescriptionPriorityCode.better()
static PriorityCode
PriorityCode.valueOf
(int integ) Returns the enum constant of this class with the specified name.static PriorityCode
Returns the enum constant of this class with the specified name.static PriorityCode[]
PriorityCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.PriorityCode.worse()
-
Uses of PriorityCode in com.graphhopper.routing.util.parsers
Fields in com.graphhopper.routing.util.parsers with type parameters of type PriorityCodeModifier and TypeFieldDescriptionprotected final Map<String,
PriorityCode> BikeCommonPriorityParser.avoidHighwayTags