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 TypeMethodDescriptiongetArcLpValues
(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;
getArcLpValuesOrBuilder
(int index) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
List
<? extends ArcLpValueOrBuilder> 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
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
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
-