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

Classes

class  Builder
 

Public Member Functions

java.util.List< java.lang.Integer > getVarsList ()
 
int getVarsCount ()
 
int getVars (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< ListOfVariablesProtogetParserForType ()
 
com.google.ortools.sat.ListOfVariablesProto getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.sat.ListOfVariablesProto parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.sat.ListOfVariablesProto parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.sat.ListOfVariablesProto parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.sat.ListOfVariablesProto 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.ListOfVariablesProto prototype)
 
static com.google.ortools.sat.ListOfVariablesProto getDefaultInstance ()
 
static com.google.protobuf.Parser< ListOfVariablesProtoparser ()
 

Static Public Attributes

static final int VARS_FIELD_NUMBER = 1
 

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

A list of variables, without any semantics.

Protobuf type operations_research.sat.ListOfVariablesProto

Definition at line 14 of file ListOfVariablesProto.java.

Member Function Documentation

◆ equals()

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

Definition at line 128 of file ListOfVariablesProto.java.

◆ getDefaultInstance()

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

Definition at line 548 of file ListOfVariablesProto.java.

◆ getDefaultInstanceForType()

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

Definition at line 584 of file ListOfVariablesProto.java.

◆ getDescriptor()

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

Definition at line 35 of file ListOfVariablesProto.java.

◆ getParserForType()

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

Definition at line 579 of file ListOfVariablesProto.java.

◆ getSerializedSize()

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

Definition at line 103 of file ListOfVariablesProto.java.

◆ getVars()

int com.google.ortools.sat.ListOfVariablesProto.getVars ( int index)

repeated int32 vars = 1;

Parameters
indexThe index of the element to return.
Returns
The vars at the given index.

Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.

Definition at line 72 of file ListOfVariablesProto.java.

◆ getVarsCount()

int com.google.ortools.sat.ListOfVariablesProto.getVarsCount ( )

repeated int32 vars = 1;

Returns
The count of vars.

Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.

Definition at line 64 of file ListOfVariablesProto.java.

◆ getVarsList()

java.util.List< java.lang.Integer > com.google.ortools.sat.ListOfVariablesProto.getVarsList ( )

repeated int32 vars = 1;

Returns
A list containing the vars.

Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.

Definition at line 57 of file ListOfVariablesProto.java.

◆ hashCode()

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

Definition at line 144 of file ListOfVariablesProto.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 41 of file ListOfVariablesProto.java.

◆ isInitialized()

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

Definition at line 79 of file ListOfVariablesProto.java.

◆ newBuilder() [1/2]

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

Definition at line 233 of file ListOfVariablesProto.java.

◆ newBuilder() [2/2]

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

Definition at line 236 of file ListOfVariablesProto.java.

◆ newBuilderForType() [1/2]

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

Definition at line 232 of file ListOfVariablesProto.java.

◆ newBuilderForType() [2/2]

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

Definition at line 246 of file ListOfVariablesProto.java.

◆ newInstance()

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

Definition at line 29 of file ListOfVariablesProto.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 204 of file ListOfVariablesProto.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 210 of file ListOfVariablesProto.java.

◆ parseFrom() [1/10]

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

Definition at line 181 of file ListOfVariablesProto.java.

◆ parseFrom() [2/10]

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

Definition at line 185 of file ListOfVariablesProto.java.

◆ parseFrom() [3/10]

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

Definition at line 170 of file ListOfVariablesProto.java.

◆ parseFrom() [4/10]

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

Definition at line 175 of file ListOfVariablesProto.java.

◆ parseFrom() [5/10]

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

Definition at line 217 of file ListOfVariablesProto.java.

◆ parseFrom() [6/10]

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

Definition at line 223 of file ListOfVariablesProto.java.

◆ parseFrom() [7/10]

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

Definition at line 191 of file ListOfVariablesProto.java.

◆ parseFrom() [8/10]

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

Definition at line 196 of file ListOfVariablesProto.java.

◆ parseFrom() [9/10]

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

Definition at line 159 of file ListOfVariablesProto.java.

◆ parseFrom() [10/10]

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

Definition at line 164 of file ListOfVariablesProto.java.

◆ parser()

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

Definition at line 574 of file ListOfVariablesProto.java.

◆ toBuilder()

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

Definition at line 240 of file ListOfVariablesProto.java.

◆ writeTo()

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

Definition at line 89 of file ListOfVariablesProto.java.

Member Data Documentation

◆ VARS_FIELD_NUMBER

final int com.google.ortools.sat.ListOfVariablesProto.VARS_FIELD_NUMBER = 1
static

Definition at line 47 of file ListOfVariablesProto.java.


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