Package com.google.ortools.sat
Interface IntervalConstraintProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntervalConstraintProto,IntervalConstraintProto.Builder
public interface IntervalConstraintProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinearExpressionProtogetEnd().operations_research.sat.LinearExpressionProto end = 5;LinearExpressionProtoOrBuildergetEndOrBuilder().operations_research.sat.LinearExpressionProto end = 5;LinearExpressionProtogetSize().operations_research.sat.LinearExpressionProto size = 6;LinearExpressionProtoOrBuildergetSizeOrBuilder().operations_research.sat.LinearExpressionProto size = 6;LinearExpressionProtogetStart().operations_research.sat.LinearExpressionProto start = 4;LinearExpressionProtoOrBuildergetStartOrBuilder().operations_research.sat.LinearExpressionProto start = 4;booleanhasEnd().operations_research.sat.LinearExpressionProto end = 5;booleanhasSize().operations_research.sat.LinearExpressionProto size = 6;booleanhasStart().operations_research.sat.LinearExpressionProto start = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
.operations_research.sat.LinearExpressionProto start = 4;- Returns:
- Whether the start field is set.
-
getStart
LinearExpressionProto getStart()
.operations_research.sat.LinearExpressionProto start = 4;- Returns:
- The start.
-
getStartOrBuilder
LinearExpressionProtoOrBuilder getStartOrBuilder()
.operations_research.sat.LinearExpressionProto start = 4;
-
hasEnd
boolean hasEnd()
.operations_research.sat.LinearExpressionProto end = 5;- Returns:
- Whether the end field is set.
-
getEnd
LinearExpressionProto getEnd()
.operations_research.sat.LinearExpressionProto end = 5;- Returns:
- The end.
-
getEndOrBuilder
LinearExpressionProtoOrBuilder getEndOrBuilder()
.operations_research.sat.LinearExpressionProto end = 5;
-
hasSize
boolean hasSize()
.operations_research.sat.LinearExpressionProto size = 6;- Returns:
- Whether the size field is set.
-
getSize
LinearExpressionProto getSize()
.operations_research.sat.LinearExpressionProto size = 6;- Returns:
- The size.
-
getSizeOrBuilder
LinearExpressionProtoOrBuilder getSizeOrBuilder()
.operations_research.sat.LinearExpressionProto size = 6;
-
-