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  boolean hasStart();
24 
29  boolean hasEnd();
39 
44  boolean hasSize();
54 }
com.google.ortools.sat.LinearExpressionProtoOrBuilder getEndOrBuilder()
.operations_research.sat.LinearExpressionProto end = 5;
com.google.ortools.sat.LinearExpressionProto getStart()
.operations_research.sat.LinearExpressionProto start = 4;
boolean hasStart()
.operations_research.sat.LinearExpressionProto start = 4;
boolean hasSize()
.operations_research.sat.LinearExpressionProto size = 6;
boolean hasEnd()
.operations_research.sat.LinearExpressionProto end = 5;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getSizeOrBuilder()
.operations_research.sat.LinearExpressionProto size = 6;
com.google.ortools.sat.LinearExpressionProto getSize()
.operations_research.sat.LinearExpressionProto size = 6;
com.google.ortools.sat.LinearExpressionProto getEnd()
.operations_research.sat.LinearExpressionProto end = 5;
com.google.ortools.sat.LinearExpressionProtoOrBuilder getStartOrBuilder()
.operations_research.sat.LinearExpressionProto start = 4;