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 
4 package com.google.ortools.sat;
5 
6 public interface AllDifferentConstraintProtoOrBuilder extends
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>
14  getExprsList();
22  int getExprsCount();
26  java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
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;
int getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
java.util.List< com.google.ortools.sat.LinearExpressionProto > getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 1;