Class ElementConstraintProto

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.ortools.sat.ElementConstraintProto
All Implemented Interfaces:
ElementConstraintProtoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class ElementConstraintProto extends com.google.protobuf.GeneratedMessage implements ElementConstraintProtoOrBuilder
 The constraint target = vars[index].
 This enforces that index takes one of the value in [0, vars_size()).
 
Protobuf type operations_research.sat.ElementConstraintProto
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getIndex

      public int getIndex()
       Legacy field.
       
      int32 index = 1;
      Specified by:
      getIndex in interface ElementConstraintProtoOrBuilder
      Returns:
      The index.
    • getTarget

      public int getTarget()
       Legacy field.
       
      int32 target = 2;
      Specified by:
      getTarget in interface ElementConstraintProtoOrBuilder
      Returns:
      The target.
    • getVarsList

      public List<Integer> getVarsList()
       Legacy field.
       
      repeated int32 vars = 3;
      Specified by:
      getVarsList in interface ElementConstraintProtoOrBuilder
      Returns:
      A list containing the vars.
    • getVarsCount

      public int getVarsCount()
       Legacy field.
       
      repeated int32 vars = 3;
      Specified by:
      getVarsCount in interface ElementConstraintProtoOrBuilder
      Returns:
      The count of vars.
    • getVars

      public int getVars(int index)
       Legacy field.
       
      repeated int32 vars = 3;
      Specified by:
      getVars in interface ElementConstraintProtoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vars at the given index.
    • hasLinearIndex

      public boolean hasLinearIndex()
       All expressions below must be affine function with at most one variable.
       
      .operations_research.sat.LinearExpressionProto linear_index = 4;
      Specified by:
      hasLinearIndex in interface ElementConstraintProtoOrBuilder
      Returns:
      Whether the linearIndex field is set.
    • getLinearIndex

      public LinearExpressionProto getLinearIndex()
       All expressions below must be affine function with at most one variable.
       
      .operations_research.sat.LinearExpressionProto linear_index = 4;
      Specified by:
      getLinearIndex in interface ElementConstraintProtoOrBuilder
      Returns:
      The linearIndex.
    • getLinearIndexOrBuilder

      public LinearExpressionProtoOrBuilder getLinearIndexOrBuilder()
       All expressions below must be affine function with at most one variable.
       
      .operations_research.sat.LinearExpressionProto linear_index = 4;
      Specified by:
      getLinearIndexOrBuilder in interface ElementConstraintProtoOrBuilder
    • hasLinearTarget

      public boolean hasLinearTarget()
      .operations_research.sat.LinearExpressionProto linear_target = 5;
      Specified by:
      hasLinearTarget in interface ElementConstraintProtoOrBuilder
      Returns:
      Whether the linearTarget field is set.
    • getLinearTarget

      public LinearExpressionProto getLinearTarget()
      .operations_research.sat.LinearExpressionProto linear_target = 5;
      Specified by:
      getLinearTarget in interface ElementConstraintProtoOrBuilder
      Returns:
      The linearTarget.
    • getLinearTargetOrBuilder

      public LinearExpressionProtoOrBuilder getLinearTargetOrBuilder()
      .operations_research.sat.LinearExpressionProto linear_target = 5;
      Specified by:
      getLinearTargetOrBuilder in interface ElementConstraintProtoOrBuilder
    • getExprsList

      public List<LinearExpressionProto> getExprsList()
      repeated .operations_research.sat.LinearExpressionProto exprs = 6;
      Specified by:
      getExprsList in interface ElementConstraintProtoOrBuilder
    • getExprsOrBuilderList

      public List<? extends LinearExpressionProtoOrBuilder> getExprsOrBuilderList()
      repeated .operations_research.sat.LinearExpressionProto exprs = 6;
      Specified by:
      getExprsOrBuilderList in interface ElementConstraintProtoOrBuilder
    • getExprsCount

      public int getExprsCount()
      repeated .operations_research.sat.LinearExpressionProto exprs = 6;
      Specified by:
      getExprsCount in interface ElementConstraintProtoOrBuilder
    • getExprs

      public LinearExpressionProto getExprs(int index)
      repeated .operations_research.sat.LinearExpressionProto exprs = 6;
      Specified by:
      getExprs in interface ElementConstraintProtoOrBuilder
    • getExprsOrBuilder

      public LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
      repeated .operations_research.sat.LinearExpressionProto exprs = 6;
      Specified by:
      getExprsOrBuilder in interface ElementConstraintProtoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ElementConstraintProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ElementConstraintProto parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ElementConstraintProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ElementConstraintProto parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ElementConstraintProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ElementConstraintProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ElementConstraintProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ElementConstraintProto.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ElementConstraintProto.Builder newBuilder()
    • newBuilder

      public static ElementConstraintProto.Builder newBuilder(ElementConstraintProto prototype)
    • toBuilder

      public ElementConstraintProto.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ElementConstraintProto.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ElementConstraintProto getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ElementConstraintProto> parser()
    • getParserForType

      public com.google.protobuf.Parser<ElementConstraintProto> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ElementConstraintProto getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder