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 Type
    Method
    Description
    double
    Time spent in the decision builder.
    Name of the strategy used.
    com.google.protobuf.ByteString
    Name of the strategy used.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStrategy

      String getStrategy()
       Name of the strategy used.
       
      string strategy = 1;
      Returns:
      The strategy.
    • 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.