Interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalSearchStatistics.FirstSolutionStatistics,LocalSearchStatistics.FirstSolutionStatistics.Builder
- Enclosing class:
LocalSearchStatistics
public static interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleTime spent in the decision builder.Name of the strategy used.com.google.protobuf.ByteStringName of the strategy used.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
-
getStrategy
-
getStrategyBytes
com.google.protobuf.ByteString getStrategyBytes()Name of the strategy used.
string strategy = 1;- Returns:
- The bytes for strategy.
-
getDurationSeconds
double getDurationSeconds()Time spent in the decision builder.
double duration_seconds = 2;- Returns:
- The durationSeconds.
-