Java Reference

Java Reference

IntervalConstraintProtoOrBuilder.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 IntervalConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.IntervalConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
14  int getStart();
15 
20  int getEnd();
21 
26  int getSize();
27 
48  boolean hasStartView();
90 
95  boolean hasEndView();
105 
110  boolean hasSizeView();
120 }
com.google.ortools.sat.LinearExpressionProtoOrBuilder getStartViewOrBuilder()
com.google.ortools.sat.LinearExpressionProto getSizeView()
.operations_research.sat.LinearExpressionProto size_view = 6;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getSizeViewOrBuilder()
.operations_research.sat.LinearExpressionProto size_view = 6;
com.google.ortools.sat.LinearExpressionProto getStartView()
com.google.ortools.sat.LinearExpressionProtoOrBuilder getEndViewOrBuilder()
.operations_research.sat.LinearExpressionProto end_view = 5;
com.google.ortools.sat.LinearExpressionProto getEndView()
.operations_research.sat.LinearExpressionProto end_view = 5;
boolean hasEndView()
.operations_research.sat.LinearExpressionProto end_view = 5;
boolean hasSizeView()
.operations_research.sat.LinearExpressionProto size_view = 6;