Package com.google.ortools.sat
Class SparsePermutationProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
- com.google.ortools.sat.SparsePermutationProto.Builder
-
- All Implemented Interfaces:
SparsePermutationProtoOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- SparsePermutationProto
public static final class SparsePermutationProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder> implements SparsePermutationProtoOrBuilder
A permutation of integers encoded as a list of cycles, hence the "sparse" format. The image of an element cycle[i] is cycle[(i + 1) % cycle_length].
Protobuf typeoperations_research.sat.SparsePermutationProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SparsePermutationProto.BuilderaddAllCycleSizes(java.lang.Iterable<? extends java.lang.Integer> values)repeated int32 cycle_sizes = 2;SparsePermutationProto.BuilderaddAllSupport(java.lang.Iterable<? extends java.lang.Integer> values)Each cycle is listed one after the other in the support field.SparsePermutationProto.BuilderaddCycleSizes(int value)repeated int32 cycle_sizes = 2;SparsePermutationProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)SparsePermutationProto.BuilderaddSupport(int value)Each cycle is listed one after the other in the support field.SparsePermutationProtobuild()SparsePermutationProtobuildPartial()SparsePermutationProto.Builderclear()SparsePermutationProto.BuilderclearCycleSizes()repeated int32 cycle_sizes = 2;SparsePermutationProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)SparsePermutationProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SparsePermutationProto.BuilderclearSupport()Each cycle is listed one after the other in the support field.SparsePermutationProto.Builderclone()intgetCycleSizes(int index)repeated int32 cycle_sizes = 2;intgetCycleSizesCount()repeated int32 cycle_sizes = 2;java.util.List<java.lang.Integer>getCycleSizesList()repeated int32 cycle_sizes = 2;SparsePermutationProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()intgetSupport(int index)Each cycle is listed one after the other in the support field.intgetSupportCount()Each cycle is listed one after the other in the support field.java.util.List<java.lang.Integer>getSupportList()Each cycle is listed one after the other in the support field.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SparsePermutationProto.BuildermergeFrom(SparsePermutationProto other)SparsePermutationProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SparsePermutationProto.BuildermergeFrom(com.google.protobuf.Message other)SparsePermutationProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SparsePermutationProto.BuildersetCycleSizes(int index, int value)repeated int32 cycle_sizes = 2;SparsePermutationProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)SparsePermutationProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)SparsePermutationProto.BuildersetSupport(int index, int value)Each cycle is listed one after the other in the support field.SparsePermutationProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
clear
public SparsePermutationProto.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
getDefaultInstanceForType
public SparsePermutationProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SparsePermutationProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SparsePermutationProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SparsePermutationProto.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
setField
public SparsePermutationProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
clearField
public SparsePermutationProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
clearOneof
public SparsePermutationProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
setRepeatedField
public SparsePermutationProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
addRepeatedField
public SparsePermutationProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
mergeFrom
public SparsePermutationProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SparsePermutationProto.Builder>
-
mergeFrom
public SparsePermutationProto.Builder mergeFrom(SparsePermutationProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
mergeFrom
public SparsePermutationProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SparsePermutationProto.Builder>- Throws:
java.io.IOException
-
getSupportList
public java.util.List<java.lang.Integer> getSupportList()
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Specified by:
getSupportListin interfaceSparsePermutationProtoOrBuilder- Returns:
- A list containing the support.
-
getSupportCount
public int getSupportCount()
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Specified by:
getSupportCountin interfaceSparsePermutationProtoOrBuilder- Returns:
- The count of support.
-
getSupport
public int getSupport(int index)
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Specified by:
getSupportin interfaceSparsePermutationProtoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The support at the given index.
-
setSupport
public SparsePermutationProto.Builder setSupport(int index, int value)
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Parameters:
index- The index to set the value at.value- The support to set.- Returns:
- This builder for chaining.
-
addSupport
public SparsePermutationProto.Builder addSupport(int value)
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Parameters:
value- The support to add.- Returns:
- This builder for chaining.
-
addAllSupport
public SparsePermutationProto.Builder addAllSupport(java.lang.Iterable<? extends java.lang.Integer> values)
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Parameters:
values- The support to add.- Returns:
- This builder for chaining.
-
clearSupport
public SparsePermutationProto.Builder clearSupport()
Each cycle is listed one after the other in the support field. The size of each cycle is given (in order) in the cycle_sizes field.
repeated int32 support = 1;- Returns:
- This builder for chaining.
-
getCycleSizesList
public java.util.List<java.lang.Integer> getCycleSizesList()
repeated int32 cycle_sizes = 2;- Specified by:
getCycleSizesListin interfaceSparsePermutationProtoOrBuilder- Returns:
- A list containing the cycleSizes.
-
getCycleSizesCount
public int getCycleSizesCount()
repeated int32 cycle_sizes = 2;- Specified by:
getCycleSizesCountin interfaceSparsePermutationProtoOrBuilder- Returns:
- The count of cycleSizes.
-
getCycleSizes
public int getCycleSizes(int index)
repeated int32 cycle_sizes = 2;- Specified by:
getCycleSizesin interfaceSparsePermutationProtoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The cycleSizes at the given index.
-
setCycleSizes
public SparsePermutationProto.Builder setCycleSizes(int index, int value)
repeated int32 cycle_sizes = 2;- Parameters:
index- The index to set the value at.value- The cycleSizes to set.- Returns:
- This builder for chaining.
-
addCycleSizes
public SparsePermutationProto.Builder addCycleSizes(int value)
repeated int32 cycle_sizes = 2;- Parameters:
value- The cycleSizes to add.- Returns:
- This builder for chaining.
-
addAllCycleSizes
public SparsePermutationProto.Builder addAllCycleSizes(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 cycle_sizes = 2;- Parameters:
values- The cycleSizes to add.- Returns:
- This builder for chaining.
-
clearCycleSizes
public SparsePermutationProto.Builder clearCycleSizes()
repeated int32 cycle_sizes = 2;- Returns:
- This builder for chaining.
-
setUnknownFields
public final SparsePermutationProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
mergeUnknownFields
public final SparsePermutationProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SparsePermutationProto.Builder>
-
-