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
30 java.util.List<java.lang.Integer> getTimesList();
49 int getTimes(int index);
50
59 java.util.List<java.lang.Long> getDemandsList();
78 long getDemands(int index);
79
88 java.util.List<java.lang.Integer> getActivesList();
107 int getActives(int index);
108}
java.util.List< java.lang.Long > getDemandsList()
java.util.List< java.lang.Integer > getTimesList()
java.util.List< java.lang.Integer > getActivesList()