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 
4 package com.google.ortools.sat;
5 
6 public interface ReservoirConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.ReservoirConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
13  long getMinLevel();
14 
18  long getMaxLevel();
19 
27  java.util.List<java.lang.Integer> getTimesList();
35  int getTimesCount();
43  int getTimes(int index);
44 
52  java.util.List<java.lang.Long> getDemandsList();
60  int getDemandsCount();
68  long getDemands(int index);
69 
77  java.util.List<java.lang.Integer> getActivesList();
85  int getActivesCount();
93  int getActives(int index);
94 }
java.util.List< java.lang.Integer > getActivesList()
java.util.List< java.lang.Integer > getTimesList()
java.util.List< java.lang.Long > getDemandsList()