Interface RecreateParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecreateParameters, RecreateParameters.Builder
@Generated
public interface RecreateParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;.operations_research.SavingsParameters savings = 2;.operations_research.SavingsParameters savings = 2;boolean.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;boolean.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;boolean.operations_research.SavingsParameters savings = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLocalCheapestInsertion
boolean hasLocalCheapestInsertion().operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;- Returns:
- Whether the localCheapestInsertion field is set.
-
getLocalCheapestInsertion
LocalCheapestInsertionParameters getLocalCheapestInsertion().operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;- Returns:
- The localCheapestInsertion.
-
getLocalCheapestInsertionOrBuilder
LocalCheapestInsertionParametersOrBuilder getLocalCheapestInsertionOrBuilder().operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1; -
hasSavings
boolean hasSavings().operations_research.SavingsParameters savings = 2;- Returns:
- Whether the savings field is set.
-
getSavings
SavingsParameters getSavings().operations_research.SavingsParameters savings = 2;- Returns:
- The savings.
-
getSavingsOrBuilder
SavingsParametersOrBuilder getSavingsOrBuilder().operations_research.SavingsParameters savings = 2; -
hasGlobalCheapestInsertion
boolean hasGlobalCheapestInsertion().operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;- Returns:
- Whether the globalCheapestInsertion field is set.
-
getGlobalCheapestInsertion
GlobalCheapestInsertionParameters getGlobalCheapestInsertion().operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;- Returns:
- The globalCheapestInsertion.
-
getGlobalCheapestInsertionOrBuilder
GlobalCheapestInsertionParametersOrBuilder getGlobalCheapestInsertionOrBuilder().operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3; -
getParametersCase
RecreateParameters.ParametersCase getParametersCase()
-