Uses of Class
com.google.ortools.pdlp.PointMetadata
Packages that use PointMetadata
-
Uses of PointMetadata in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return PointMetadataModifier and TypeMethodDescriptionPointMetadata.Builder.build()PointMetadata.Builder.buildPartial()static PointMetadataPointMetadata.getDefaultInstance()PointMetadata.Builder.getDefaultInstanceForType()PointMetadata.getDefaultInstanceForType()IterationStats.Builder.getPointMetadata(int index) Auxiliary statistics for each type of point.IterationStats.getPointMetadata(int index) Auxiliary statistics for each type of point.IterationStatsOrBuilder.getPointMetadata(int index) Auxiliary statistics for each type of point.static PointMetadataPointMetadata.parseDelimitedFrom(InputStream input) static PointMetadataPointMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadataPointMetadata.parseFrom(byte[] data) static PointMetadataPointMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadataPointMetadata.parseFrom(com.google.protobuf.ByteString data) static PointMetadataPointMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadataPointMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static PointMetadataPointMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadataPointMetadata.parseFrom(InputStream input) static PointMetadataPointMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadataPointMetadata.parseFrom(ByteBuffer data) static PointMetadataPointMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.pdlp that return types with arguments of type PointMetadataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PointMetadata> PointMetadata.getParserForType()IterationStats.Builder.getPointMetadataList()Auxiliary statistics for each type of point.IterationStats.getPointMetadataList()Auxiliary statistics for each type of point.IterationStatsOrBuilder.getPointMetadataList()Auxiliary statistics for each type of point.static com.google.protobuf.Parser<PointMetadata> PointMetadata.parser()Methods in com.google.ortools.pdlp with parameters of type PointMetadataModifier and TypeMethodDescriptionIterationStats.Builder.addPointMetadata(int index, PointMetadata value) Auxiliary statistics for each type of point.IterationStats.Builder.addPointMetadata(PointMetadata value) Auxiliary statistics for each type of point.PointMetadata.Builder.mergeFrom(PointMetadata other) static PointMetadata.BuilderPointMetadata.newBuilder(PointMetadata prototype) IterationStats.Builder.setPointMetadata(int index, PointMetadata value) Auxiliary statistics for each type of point.Method parameters in com.google.ortools.pdlp with type arguments of type PointMetadataModifier and TypeMethodDescriptionIterationStats.Builder.addAllPointMetadata(Iterable<? extends PointMetadata> values) Auxiliary statistics for each type of point.