Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SetCoverProtoOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/algorithms/set_cover.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.algorithms;
6
7
public
interface
SetCoverProtoOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.SetCoverProto)
9
com.google.protobuf.MessageOrBuilder {
10
18
java.util.List<com.google.ortools.algorithms.SetCoverProto.Subset>
19
getSubsetList
();
27
com.google.ortools.algorithms.SetCoverProto.Subset
getSubset
(
int
index);
35
int
getSubsetCount
();
43
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder>
44
getSubsetOrBuilderList
();
52
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
getSubsetOrBuilder
(
53
int
index);
54
63
boolean
hasName
();
72
java.lang.String
getName
();
81
com.google.protobuf.ByteString
82
getNameBytes
();
83
92
boolean
hasFingerprint
();
101
com.google.ortools.util.Int128
getFingerprint
();
109
com.google.ortools.util.Int128OrBuilder
getFingerprintOrBuilder
();
110
}
com.google.ortools.algorithms.SetCoverProto.Subset
Definition
SetCoverProto.java:104
com.google.ortools.util.Int128
Definition
Int128.java:18
com.google.ortools.algorithms.SetCoverProtoOrBuilder
Definition
SetCoverProtoOrBuilder.java:9
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprintOrBuilder
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasName
boolean hasName()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getName
java.lang.String getName()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasFingerprint
boolean hasFingerprint()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetList
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > getSubsetList()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getNameBytes
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilderList
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > getSubsetOrBuilderList()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilder
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder getSubsetOrBuilder(int index)
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetCount
int getSubsetCount()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprint
com.google.ortools.util.Int128 getFingerprint()
com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubset
com.google.ortools.algorithms.SetCoverProto.Subset getSubset(int index)
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
Definition
SetCoverProto.java:48
com.google.ortools.util.Int128OrBuilder
Definition
Int128OrBuilder.java:9
build
java
ortools-java
src
main
java
com
google
ortools
algorithms
SetCoverProtoOrBuilder.java
Generated by
1.12.0