Package com.google.ortools.algorithms
Interface SetCoverProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetCoverProto,SetCoverProto.Builder
public interface SetCoverProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn automatically fingerprint for the model.An automatically fingerprint for the model.getName()A user-defined name for the model.com.google.protobuf.ByteStringA user-defined name for the model.getSubset(int index) The list of subsets in the model.intThe list of subsets in the model.The list of subsets in the model.getSubsetOrBuilder(int index) The list of subsets in the model.List<? extends SetCoverProto.SubsetOrBuilder>The list of subsets in the model.booleanAn automatically fingerprint for the model.booleanhasName()A user-defined name for the model.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSubsetList
List<SetCoverProto.Subset> getSubsetList()The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1; -
getSubset
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1; -
getSubsetCount
int getSubsetCount()The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1; -
getSubsetOrBuilderList
List<? extends SetCoverProto.SubsetOrBuilder> getSubsetOrBuilderList()The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1; -
getSubsetOrBuilder
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1; -
hasName
boolean hasName()A user-defined name for the model.
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()A user-defined name for the model.
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()A user-defined name for the model.
optional string name = 2;- Returns:
- The bytes for name.
-
hasFingerprint
boolean hasFingerprint()An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;- Returns:
- Whether the fingerprint field is set.
-
getFingerprint
Int128 getFingerprint()An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;- Returns:
- The fingerprint.
-
getFingerprintOrBuilder
Int128OrBuilder getFingerprintOrBuilder()An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
-