Google OR-Tools
v9.12
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
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/algorithms/set_cover.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.algorithms;
7
8
public
interface
SetCoverProtoOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.SetCoverProto)
10
com.google.protobuf.MessageOrBuilder {
11
19
java.util.List<com.google.ortools.algorithms.SetCoverProto.Subset>
20
getSubsetList
();
28
com.google.ortools.algorithms.SetCoverProto.Subset
getSubset
(
int
index);
36
int
getSubsetCount
();
44
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder>
45
getSubsetOrBuilderList
();
53
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
getSubsetOrBuilder
(
54
int
index);
55
64
boolean
hasName
();
73
java.lang.String
getName
();
82
com.google.protobuf.ByteString
83
getNameBytes
();
84
93
boolean
hasFingerprint
();
102
com.google.ortools.util.Int128
getFingerprint
();
110
com.google.ortools.util.Int128OrBuilder
getFingerprintOrBuilder
();
111
}
com.google.ortools.algorithms.SetCoverProto.Subset
Definition
SetCoverProto.java:110
com.google.ortools.util.Int128
Definition
Int128.java:19
com.google.ortools.algorithms.SetCoverProtoOrBuilder
Definition
SetCoverProtoOrBuilder.java:10
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:54
com.google.ortools.util.Int128OrBuilder
Definition
Int128OrBuilder.java:10
build
java
ortools-java
src
main
java
com
google
ortools
algorithms
SetCoverProtoOrBuilder.java
Generated by
1.13.2