Java Reference

Java Reference

AllDifferentConstraintProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/sat/cp_model.proto
3
4package com.google.ortools.sat;
5
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.AllDifferentConstraintProto)
8 com.google.protobuf.MessageOrBuilder {
9
13 java.util.List<com.google.ortools.sat.LinearExpressionProto>
18 com.google.ortools.sat.LinearExpressionProto getExprs(int index);
26 java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
31 com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder(
32 int index);
33}
com.google.ortools.sat.LinearExpressionProto getExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > getExprsOrBuilderList()
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
java.util.List< com.google.ortools.sat.LinearExpressionProto > getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
int getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 1;