Uses of Class
com.google.ortools.algorithms.SetCoverProto.Subset
Packages that use SetCoverProto.Subset
-
Uses of SetCoverProto.Subset in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return SetCoverProto.SubsetModifier and TypeMethodDescriptionSetCoverProto.Subset.Builder.build()SetCoverProto.Subset.Builder.buildPartial()static SetCoverProto.SubsetSetCoverProto.Subset.getDefaultInstance()SetCoverProto.Subset.Builder.getDefaultInstanceForType()SetCoverProto.Subset.getDefaultInstanceForType()SetCoverProto.Builder.getSubset(int index) The list of subsets in the model.SetCoverProto.getSubset(int index) The list of subsets in the model.SetCoverProtoOrBuilder.getSubset(int index) The list of subsets in the model.static SetCoverProto.SubsetSetCoverProto.Subset.parseDelimitedFrom(InputStream input) static SetCoverProto.SubsetSetCoverProto.Subset.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(byte[] data) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(com.google.protobuf.ByteString data) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(com.google.protobuf.CodedInputStream input) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(InputStream input) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(ByteBuffer data) static SetCoverProto.SubsetSetCoverProto.Subset.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.algorithms that return types with arguments of type SetCoverProto.SubsetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SetCoverProto.Subset>SetCoverProto.Subset.getParserForType()SetCoverProto.Builder.getSubsetList()The list of subsets in the model.SetCoverProto.getSubsetList()The list of subsets in the model.SetCoverProtoOrBuilder.getSubsetList()The list of subsets in the model.static com.google.protobuf.Parser<SetCoverProto.Subset>SetCoverProto.Subset.parser()Methods in com.google.ortools.algorithms with parameters of type SetCoverProto.SubsetModifier and TypeMethodDescriptionSetCoverProto.Builder.addSubset(int index, SetCoverProto.Subset value) The list of subsets in the model.SetCoverProto.Builder.addSubset(SetCoverProto.Subset value) The list of subsets in the model.SetCoverProto.Subset.Builder.mergeFrom(SetCoverProto.Subset other) static SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilder(SetCoverProto.Subset prototype) SetCoverProto.Builder.setSubset(int index, SetCoverProto.Subset value) The list of subsets in the model.Method parameters in com.google.ortools.algorithms with type arguments of type SetCoverProto.SubsetModifier and TypeMethodDescriptionSetCoverProto.Builder.addAllSubset(Iterable<? extends SetCoverProto.Subset> values) The list of subsets in the model.