Interface RoutesSupportGraphProtoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getArcLpValues(int index)
    repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    int
    repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;

    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

    • getArcLpValuesList

      List<ArcLpValue> getArcLpValuesList()
      repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    • getArcLpValues

      ArcLpValue getArcLpValues(int index)
      repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    • getArcLpValuesCount

      int getArcLpValuesCount()
      repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    • getArcLpValuesOrBuilderList

      List<? extends ArcLpValueOrBuilder> getArcLpValuesOrBuilderList()
      repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
    • getArcLpValuesOrBuilder

      ArcLpValueOrBuilder getArcLpValuesOrBuilder(int index)
      repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;