Google OR-Tools v9.9
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 ()
 

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

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.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 154 of file LinearArgumentProto.java.

◆ getDefaultInstance()

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

Definition at line 913 of file LinearArgumentProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 949 of file LinearArgumentProto.java.

◆ getDescriptor()

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

Definition at line 31 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 99 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 92 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 77 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 106 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 85 of file LinearArgumentProto.java.

◆ getParserForType()

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

Definition at line 944 of file LinearArgumentProto.java.

◆ getSerializedSize()

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

Definition at line 135 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 59 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 66 of file LinearArgumentProto.java.

◆ hashCode()

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

Definition at line 175 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 51 of file LinearArgumentProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 37 of file LinearArgumentProto.java.

◆ isInitialized()

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

Definition at line 113 of file LinearArgumentProto.java.

◆ newBuilder() [1/2]

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

Definition at line 268 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 271 of file LinearArgumentProto.java.

◆ newBuilderForType() [1/2]

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

Definition at line 267 of file LinearArgumentProto.java.

◆ newBuilderForType() [2/2]

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

Definition at line 281 of file LinearArgumentProto.java.

◆ newInstance()

java.lang.Object com.google.ortools.sat.LinearArgumentProto.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 25 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 239 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 245 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 216 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 220 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 205 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 210 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 252 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 258 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 226 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 231 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 194 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 199 of file LinearArgumentProto.java.

◆ parser()

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

Definition at line 939 of file LinearArgumentProto.java.

◆ toBuilder()

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

Definition at line 275 of file LinearArgumentProto.java.

◆ writeTo()

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

Definition at line 123 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 70 of file LinearArgumentProto.java.

◆ TARGET_FIELD_NUMBER

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

Definition at line 44 of file LinearArgumentProto.java.


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