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 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.
      • 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.
      • 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.