Interface AllDifferentConstraintProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllDifferentConstraintProto
,AllDifferentConstraintProto.Builder
@Generated
public interface AllDifferentConstraintProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExprs
(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 1;
int
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
getExprsOrBuilder
(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 1;
List
<? extends LinearExpressionProtoOrBuilder> repeated .operations_research.sat.LinearExpressionProto exprs = 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
-
getExprsList
List<LinearExpressionProto> getExprsList()repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprs
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsCount
int getExprsCount()repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsOrBuilderList
List<? extends LinearExpressionProtoOrBuilder> getExprsOrBuilderList()repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-