Protobuf enum operations_research.PerturbationStrategy.Value
Definition at line 1315 of file RoutingIls.java.
◆ [static initializer]()
operations_research.RoutingIls.PerturbationStrategy.Value.[static initializer] |
|
static |
◆ forNumber()
static Value operations_research.RoutingIls.PerturbationStrategy.Value.forNumber |
( |
int | value | ) |
|
|
static |
- Parameters
-
value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 1385 of file RoutingIls.java.
◆ getDescriptor()
static final com.google.protobuf.Descriptors.EnumDescriptor operations_research.RoutingIls.PerturbationStrategy.Value.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
final com.google.protobuf.Descriptors.EnumDescriptor operations_research.RoutingIls.PerturbationStrategy.Value.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
final int operations_research.RoutingIls.PerturbationStrategy.Value.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
final com.google.protobuf.Descriptors.EnumValueDescriptor operations_research.RoutingIls.PerturbationStrategy.Value.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
static com.google.protobuf.Internal.EnumLiteMap< Value > operations_research.RoutingIls.PerturbationStrategy.Value.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
static Value operations_research.RoutingIls.PerturbationStrategy.Value.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
static Value operations_research.RoutingIls.PerturbationStrategy.Value.valueOf |
( |
int | value | ) |
|
|
static |
- Parameters
-
value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
- Deprecated
- Use
forNumber(int)
instead.
Definition at line 1377 of file RoutingIls.java.
◆ RUIN_AND_RECREATE
operations_research.RoutingIls.PerturbationStrategy.Value.RUIN_AND_RECREATE =(1) |
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
Definition at line 1332 of file RoutingIls.java.
◆ RUIN_AND_RECREATE_VALUE
final int operations_research.RoutingIls.PerturbationStrategy.Value.RUIN_AND_RECREATE_VALUE = 1 |
|
static |
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
Definition at line 1360 of file RoutingIls.java.
◆ UNRECOGNIZED
operations_research.RoutingIls.PerturbationStrategy.Value.UNRECOGNIZED =(-1) |
◆ UNSET
operations_research.RoutingIls.PerturbationStrategy.Value.UNSET =(0) |
◆ UNSET_VALUE
final int operations_research.RoutingIls.PerturbationStrategy.Value.UNSET_VALUE = 0 |
|
static |
The documentation for this enum was generated from the following file: