Interface RandomWalkRuinStrategyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RandomWalkRuinStrategy, RandomWalkRuinStrategy.Builder

@Generated public interface RandomWalkRuinStrategyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of visits removed during a ruin application defined on visits.
    boolean
    Number of visits removed during a ruin application defined on visits.

    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

    • hasNumRemovedVisits

      boolean hasNumRemovedVisits()
       Number of visits removed during a ruin application defined on visits.
       Note that pickup and delivery pairs are considered as a single entity,
       i.e., the removal of a pickup (respectively delivery) causes the removal of
       the associated delivery (respectively pickup) and it counts as a single
       removal.
       
      optional uint32 num_removed_visits = 7;
      Returns:
      Whether the numRemovedVisits field is set.
    • getNumRemovedVisits

      int getNumRemovedVisits()
       Number of visits removed during a ruin application defined on visits.
       Note that pickup and delivery pairs are considered as a single entity,
       i.e., the removal of a pickup (respectively delivery) causes the removal of
       the associated delivery (respectively pickup) and it counts as a single
       removal.
       
      optional uint32 num_removed_visits = 7;
      Returns:
      The numRemovedVisits.