Uses of Class
com.google.ortools.algorithms.SetCoverProto.Subset.Builder
Packages that use SetCoverProto.Subset.Builder
-
Uses of SetCoverProto.Subset.Builder in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Subset.Builder.addAllElement(Iterable<? extends Integer> values) The list of elements in the subset.SetCoverProto.Subset.Builder.addElement(int value) The list of elements in the subset.SetCoverProto.Subset.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SetCoverProto.Builder.addSubsetBuilder()The list of subsets in the model.SetCoverProto.Builder.addSubsetBuilder(int index) The list of subsets in the model.SetCoverProto.Subset.Builder.clear()SetCoverProto.Subset.Builder.clearCost()The cost for using the given subset.SetCoverProto.Subset.Builder.clearElement()The list of elements in the subset.SetCoverProto.Subset.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SetCoverProto.Subset.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SetCoverProto.Subset.Builder.clone()SetCoverProto.Builder.getSubsetBuilder(int index) The list of subsets in the model.SetCoverProto.Subset.Builder.mergeFrom(SetCoverProto.Subset other) SetCoverProto.Subset.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetCoverProto.Subset.Builder.mergeFrom(com.google.protobuf.Message other) SetCoverProto.Subset.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilder()static SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilder(SetCoverProto.Subset prototype) SetCoverProto.Subset.newBuilderForType()protected SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SetCoverProto.Subset.Builder.setCost(double value) The cost for using the given subset.SetCoverProto.Subset.Builder.setElement(int index, int value) The list of elements in the subset.SetCoverProto.Subset.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SetCoverProto.Subset.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SetCoverProto.Subset.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SetCoverProto.Subset.toBuilder()Methods in com.google.ortools.algorithms that return types with arguments of type SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.getSubsetBuilderList()The list of subsets in the model.Methods in com.google.ortools.algorithms with parameters of type SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.addSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.addSubset(SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.setSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.