Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.LinearArgumentProto Class Reference
Inheritance diagram for com.google.ortools.sat.LinearArgumentProto:
com.google.ortools.sat.LinearArgumentProtoOrBuilder

Classes

class  Builder
 

Public Member Functions

boolean hasTarget ()
 
com.google.ortools.sat.LinearExpressionProto getTarget ()
 
com.google.ortools.sat.LinearExpressionProtoOrBuilder getTargetOrBuilder ()
 
java.util.List< com.google.ortools.sat.LinearExpressionProtogetExprsList ()
 
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuildergetExprsOrBuilderList ()
 
int getExprsCount ()
 
com.google.ortools.sat.LinearExpressionProto getExprs (int index)
 
com.google.ortools.sat.LinearExpressionProtoOrBuilder getExprsOrBuilder (int index)
 
final boolean isInitialized ()
 
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
 
int getSerializedSize ()
 
boolean equals (final java.lang.Object obj)
 
int hashCode ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
com.google.protobuf.Parser< LinearArgumentProtogetParserForType ()
 
com.google.ortools.sat.LinearArgumentProto getDefaultInstanceForType ()
 
- Public Member Functions inherited from com.google.ortools.sat.LinearArgumentProtoOrBuilder

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.sat.LinearArgumentProto parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.sat.LinearArgumentProto parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.sat.LinearArgumentProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static Builder newBuilder ()
 
static Builder newBuilder (com.google.ortools.sat.LinearArgumentProto prototype)
 
static com.google.ortools.sat.LinearArgumentProto getDefaultInstance ()
 
static com.google.protobuf.Parser< LinearArgumentProtoparser ()
 

Static Public Attributes

static final int TARGET_FIELD_NUMBER = 1
 
static final int EXPRS_FIELD_NUMBER = 2
 

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent)
 

Detailed Description

Protobuf type operations_research.sat.LinearArgumentProto

Definition at line 10 of file LinearArgumentProto.java.

Member Function Documentation

◆ equals()

boolean com.google.ortools.sat.LinearArgumentProto.equals ( final java.lang.Object obj)

Definition at line 156 of file LinearArgumentProto.java.

◆ getDefaultInstance()

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.getDefaultInstance ( )
static

Definition at line 871 of file LinearArgumentProto.java.

◆ getDefaultInstanceForType()

com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.getDefaultInstanceForType ( )

Definition at line 907 of file LinearArgumentProto.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.sat.LinearArgumentProto.getDescriptor ( )
static

Definition at line 33 of file LinearArgumentProto.java.

◆ getExprs()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.LinearArgumentProto.getExprs ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 2;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 101 of file LinearArgumentProto.java.

◆ getExprsCount()

int com.google.ortools.sat.LinearArgumentProto.getExprsCount ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 2;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 94 of file LinearArgumentProto.java.

◆ getExprsList()

java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.LinearArgumentProto.getExprsList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 2;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 79 of file LinearArgumentProto.java.

◆ getExprsOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.LinearArgumentProto.getExprsOrBuilder ( int index)

repeated .operations_research.sat.LinearExpressionProto exprs = 2;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 108 of file LinearArgumentProto.java.

◆ getExprsOrBuilderList()

java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.LinearArgumentProto.getExprsOrBuilderList ( )

repeated .operations_research.sat.LinearExpressionProto exprs = 2;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 87 of file LinearArgumentProto.java.

◆ getParserForType()

com.google.protobuf.Parser< LinearArgumentProto > com.google.ortools.sat.LinearArgumentProto.getParserForType ( )

Definition at line 902 of file LinearArgumentProto.java.

◆ getSerializedSize()

int com.google.ortools.sat.LinearArgumentProto.getSerializedSize ( )

Definition at line 137 of file LinearArgumentProto.java.

◆ getTarget()

com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.LinearArgumentProto.getTarget ( )

.operations_research.sat.LinearExpressionProto target = 1;

Returns
The target.

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 61 of file LinearArgumentProto.java.

◆ getTargetOrBuilder()

com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.LinearArgumentProto.getTargetOrBuilder ( )

.operations_research.sat.LinearExpressionProto target = 1;

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 68 of file LinearArgumentProto.java.

◆ hashCode()

int com.google.ortools.sat.LinearArgumentProto.hashCode ( )

Definition at line 177 of file LinearArgumentProto.java.

◆ hasTarget()

boolean com.google.ortools.sat.LinearArgumentProto.hasTarget ( )

.operations_research.sat.LinearExpressionProto target = 1;

Returns
Whether the target field is set.

Implements com.google.ortools.sat.LinearArgumentProtoOrBuilder.

Definition at line 53 of file LinearArgumentProto.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.sat.LinearArgumentProto.internalGetFieldAccessorTable ( )
protected

Definition at line 39 of file LinearArgumentProto.java.

◆ isInitialized()

final boolean com.google.ortools.sat.LinearArgumentProto.isInitialized ( )

Definition at line 115 of file LinearArgumentProto.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.sat.LinearArgumentProto.newBuilder ( )
static

Definition at line 270 of file LinearArgumentProto.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.sat.LinearArgumentProto.newBuilder ( com.google.ortools.sat.LinearArgumentProto prototype)
static

Definition at line 273 of file LinearArgumentProto.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.sat.LinearArgumentProto.newBuilderForType ( )

Definition at line 269 of file LinearArgumentProto.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.sat.LinearArgumentProto.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 283 of file LinearArgumentProto.java.

◆ parseDelimitedFrom() [1/2]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 241 of file LinearArgumentProto.java.

◆ parseDelimitedFrom() [2/2]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 247 of file LinearArgumentProto.java.

◆ parseFrom() [1/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 218 of file LinearArgumentProto.java.

◆ parseFrom() [2/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 222 of file LinearArgumentProto.java.

◆ parseFrom() [3/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 207 of file LinearArgumentProto.java.

◆ parseFrom() [4/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 212 of file LinearArgumentProto.java.

◆ parseFrom() [5/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 254 of file LinearArgumentProto.java.

◆ parseFrom() [6/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 260 of file LinearArgumentProto.java.

◆ parseFrom() [7/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 228 of file LinearArgumentProto.java.

◆ parseFrom() [8/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 233 of file LinearArgumentProto.java.

◆ parseFrom() [9/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 196 of file LinearArgumentProto.java.

◆ parseFrom() [10/10]

static com.google.ortools.sat.LinearArgumentProto com.google.ortools.sat.LinearArgumentProto.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 201 of file LinearArgumentProto.java.

◆ parser()

static com.google.protobuf.Parser< LinearArgumentProto > com.google.ortools.sat.LinearArgumentProto.parser ( )
static

Definition at line 897 of file LinearArgumentProto.java.

◆ toBuilder()

Builder com.google.ortools.sat.LinearArgumentProto.toBuilder ( )

Definition at line 277 of file LinearArgumentProto.java.

◆ writeTo()

void com.google.ortools.sat.LinearArgumentProto.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 125 of file LinearArgumentProto.java.

Member Data Documentation

◆ EXPRS_FIELD_NUMBER

final int com.google.ortools.sat.LinearArgumentProto.EXPRS_FIELD_NUMBER = 2
static

Definition at line 72 of file LinearArgumentProto.java.

◆ TARGET_FIELD_NUMBER

final int com.google.ortools.sat.LinearArgumentProto.TARGET_FIELD_NUMBER = 1
static

Definition at line 46 of file LinearArgumentProto.java.


The documentation for this class was generated from the following file: