com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ortools-java Show documentation
Show all versions of ortools-java Show documentation
Google OR-Tools Java project.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ortools/sat/cp_model.proto
package com.google.ortools.sat;
public interface NoOverlapConstraintProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.sat.NoOverlapConstraintProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int32 intervals = 1;
* @return A list containing the intervals.
*/
java.util.List getIntervalsList();
/**
* repeated int32 intervals = 1;
* @return The count of intervals.
*/
int getIntervalsCount();
/**
* repeated int32 intervals = 1;
* @param index The index of the element to return.
* @return The intervals at the given index.
*/
int getIntervals(int index);
}