Interface RoutesConstraintProto.NodeExpressionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutesConstraintProto.NodeExpressions
,RoutesConstraintProto.NodeExpressions.Builder
- Enclosing class:
RoutesConstraintProto
public static interface RoutesConstraintProto.NodeExpressionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExprs
(int index) The i-th element is the linear expression associated with the i-th node.int
The i-th element is the linear expression associated with the i-th node.The i-th element is the linear expression associated with the i-th node.getExprsOrBuilder
(int index) The i-th element is the linear expression associated with the i-th node.List
<? extends LinearExpressionProtoOrBuilder> The i-th element is the linear expression associated with the i-th node.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()The i-th element is the linear expression associated with the i-th node. All expressions must be affine expressions (a * var + b).
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprs
The i-th element is the linear expression associated with the i-th node. All expressions must be affine expressions (a * var + b).
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsCount
int getExprsCount()The i-th element is the linear expression associated with the i-th node. All expressions must be affine expressions (a * var + b).
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsOrBuilderList
List<? extends LinearExpressionProtoOrBuilder> getExprsOrBuilderList()The i-th element is the linear expression associated with the i-th node. All expressions must be affine expressions (a * var + b).
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-
getExprsOrBuilder
The i-th element is the linear expression associated with the i-th node. All expressions must be affine expressions (a * var + b).
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
-