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
4package com.google.ortools.sat;
5
6public 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();
69 com.google.ortools.sat.LinearExpressionProto getStartView();
89 com.google.ortools.sat.LinearExpressionProtoOrBuilder getStartViewOrBuilder();
90
95 boolean hasEndView();
100 com.google.ortools.sat.LinearExpressionProto getEndView();
104 com.google.ortools.sat.LinearExpressionProtoOrBuilder getEndViewOrBuilder();
105
110 boolean hasSizeView();
115 com.google.ortools.sat.LinearExpressionProto getSizeView();
119 com.google.ortools.sat.LinearExpressionProtoOrBuilder getSizeViewOrBuilder();
120}
com.google.ortools.sat.LinearExpressionProtoOrBuilder getEndViewOrBuilder()
.operations_research.sat.LinearExpressionProto end_view = 5;
com.google.ortools.sat.LinearExpressionProto getStartView()
boolean hasSizeView()
.operations_research.sat.LinearExpressionProto size_view = 6;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getStartViewOrBuilder()
com.google.ortools.sat.LinearExpressionProto getEndView()
.operations_research.sat.LinearExpressionProto end_view = 5;
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;
boolean hasEndView()
.operations_research.sat.LinearExpressionProto end_view = 5;