Java Reference

Java Reference

LinearArgumentProtoOrBuilder.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 LinearArgumentProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.LinearArgumentProto)
8  com.google.protobuf.MessageOrBuilder {
9 
14  boolean hasTarget();
24 
28  java.util.List<com.google.ortools.sat.LinearExpressionProto>
41  java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
47  int index);
48 }
com.google.ortools.sat.LinearExpressionProtoOrBuilder getTargetOrBuilder()
.operations_research.sat.LinearExpressionProto target = 1;
com.google.ortools.sat.LinearExpressionProto getTarget()
.operations_research.sat.LinearExpressionProto target = 1;
com.google.ortools.sat.LinearExpressionProto getExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
int getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
Protobuf type.
java.util.List< com.google.ortools.sat.LinearExpressionProto > getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > getExprsOrBuilderList()
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
boolean hasTarget()
.operations_research.sat.LinearExpressionProto target = 1;