Java Reference

Java Reference

CumulativeConstraintProtoOrBuilder.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 CumulativeConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.CumulativeConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
14  boolean hasCapacity();
24 
29  java.util.List<java.lang.Integer> getIntervalsList();
34  int getIntervalsCount();
40  int getIntervals(int index);
41 
49  java.util.List<com.google.ortools.sat.LinearExpressionProto>
66  int getDemandsCount();
74  java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder>
84  int index);
85 }
com.google.ortools.sat.LinearExpressionProtoOrBuilder getDemandsOrBuilder(int index)
com.google.ortools.sat.LinearExpressionProtoOrBuilder getCapacityOrBuilder()
.operations_research.sat.LinearExpressionProto capacity = 1;
java.util.List< com.google.ortools.sat.LinearExpressionProto > getDemandsList()
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > getDemandsOrBuilderList()
boolean hasCapacity()
.operations_research.sat.LinearExpressionProto capacity = 1;
int getIntervals(int index)
repeated int32 intervals = 2;
java.util.List< java.lang.Integer > getIntervalsList()
repeated int32 intervals = 2;
com.google.ortools.sat.LinearExpressionProto getDemands(int index)
com.google.ortools.sat.LinearExpressionProto getCapacity()
.operations_research.sat.LinearExpressionProto capacity = 1;
int getIntervalsCount()
repeated int32 intervals = 2;