Uses of Enum
com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Packages that use RoutingSearchStatus.Value
-
Uses of RoutingSearchStatus.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type RoutingSearchStatus.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enum
Protobuf enumoperations_research.RoutingSearchStatus.Value
Methods in com.google.ortools.constraintsolver that return RoutingSearchStatus.ValueModifier and TypeMethodDescriptionstatic RoutingSearchStatus.Value
RoutingSearchStatus.Value.forNumber
(int value) RoutingModel.status()
Returns the current status of the routing model.static RoutingSearchStatus.Value
RoutingSearchStatus.Value.valueOf
(int value) Deprecated.static RoutingSearchStatus.Value
RoutingSearchStatus.Value.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RoutingSearchStatus.Value
Returns the enum constant of this type with the specified name.static RoutingSearchStatus.Value[]
RoutingSearchStatus.Value.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.constraintsolver that return types with arguments of type RoutingSearchStatus.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<RoutingSearchStatus.Value> RoutingSearchStatus.Value.internalGetValueMap()