Java Reference

Java Reference

ReservoirConstraintProtoOrBuilder.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
6public interface ReservoirConstraintProtoOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.ReservoirConstraintProto)
8 com.google.protobuf.MessageOrBuilder {
9
15
21
29 java.util.List<com.google.ortools.sat.LinearExpressionProto>
38 com.google.ortools.sat.LinearExpressionProto getTimeExprs(int index);
54 java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
63 com.google.ortools.sat.LinearExpressionProtoOrBuilder getTimeExprsOrBuilder(
64 int index);
65
74 java.util.List<java.lang.Long> getLevelChangesList();
93 long getLevelChanges(int index);
94
99 java.util.List<java.lang.Integer> getActiveLiteralsList();
110 int getActiveLiterals(int index);
111}
java.util.List< com.google.ortools.sat.LinearExpressionProto > getTimeExprsList()
int getActiveLiteralsCount()
repeated int32 active_literals = 5;
java.util.List< java.lang.Integer > getActiveLiteralsList()
repeated int32 active_literals = 5;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getTimeExprsOrBuilder(int index)
java.util.List< java.lang.Long > getLevelChangesList()
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > getTimeExprsOrBuilderList()
int getActiveLiterals(int index)
repeated int32 active_literals = 5;
com.google.ortools.sat.LinearExpressionProto getTimeExprs(int index)